1 /* SPDX-License-Identifier: GPL-2.0+ */
4 * David Purdy <david.c.purdy@gmail.com>
6 * Based on Kirkwood support:
8 * Marvell Semiconductor <www.marvell.com>
9 * Written-by: Prafulla Wadaskar <prafulla@marvell.com>
12 #ifndef _CONFIG_POGO_E02_H
13 #define _CONFIG_POGO_E02_H
15 #include "mv-common.h"
18 * Default environment variables
21 #define CONFIG_EXTRA_ENV_SETTINGS \
22 "mtdparts=mtdparts=orion_nand:1M(u-boot),4M(uImage)," \
23 "32M(rootfs),-(data)\0"\
24 "mtdids=nand0=orion_nand\0"\
25 "bootargs_console=console=ttyS0,115200\0" \
26 "bootcmd_usb=usb start; ext2load usb 0:1 0x00800000 /uImage; " \
27 "ext2load usb 0:1 0x01100000 /uInitrd\0"
30 * Ethernet Driver configuration
32 #define CONFIG_MVGBE_PORTS {1, 0} /* enable port 0 only */
33 #define CONFIG_PHY_BASE_ADR 0
34 #ifdef CONFIG_RESET_PHY_R
35 #undef CONFIG_RESET_PHY_R /* remove legacy reset_phy() */
38 #endif /* _CONFIG_POGO_E02_H */