1 /* SPDX-License-Identifier: GPL-2.0+ */
4 * (C) Copyright 2009-2014
6 * Marvell Semiconductor <www.marvell.com>
10 #ifndef _CONFIG_SHEEVAPLUG_H
11 #define _CONFIG_SHEEVAPLUG_H
13 #include "mv-common.h"
16 * Environment variables configurations
18 #define CONFIG_EXTRA_ENV_SETTINGS "x_bootargs=console" \
19 "=ttyS0,115200 mtdparts=" CONFIG_MTDPARTS_DEFAULT \
20 "x_bootcmd_kernel=nand read 0x6400000 0x100000 0x400000\0" \
21 "x_bootcmd_usb=usb start\0" \
22 "x_bootargs_root=root=/dev/mtdblock3 rw rootfstype=jffs2\0"
25 * Ethernet Driver configuration
27 #define CONFIG_MVGBE_PORTS {1, 0} /* enable port 0 only */
28 #define CONFIG_PHY_BASE_ADR 0
30 #endif /* _CONFIG_SHEEVAPLUG_H */