Convert CONFIG_USE_BOOTCOMMAND et al to Kconfig
[platform/kernel/u-boot.git] / include / configs / pogo_e02.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Copyright (C) 2012
4  * David Purdy <david.c.purdy@gmail.com>
5  *
6  * Based on Kirkwood support:
7  * (C) Copyright 2009
8  * Marvell Semiconductor <www.marvell.com>
9  * Written-by: Prafulla Wadaskar <prafulla@marvell.com>
10  */
11
12 #ifndef _CONFIG_POGO_E02_H
13 #define _CONFIG_POGO_E02_H
14
15 /*
16  * High Level Configuration Options (easy to change)
17  */
18 #define CONFIG_FEROCEON_88FR131         /* CPU Core subversion */
19 #define CONFIG_KW88F6281                /* SOC Name */
20
21 #include "mv-common.h"
22
23 /*
24  *  Environment variables configurations
25  */
26
27 /*
28  * Default environment variables
29  */
30
31 #define CONFIG_EXTRA_ENV_SETTINGS \
32         "mtdparts=mtdparts=orion_nand:1M(u-boot),4M(uImage)," \
33         "32M(rootfs),-(data)\0"\
34         "mtdids=nand0=orion_nand\0"\
35         "bootargs_console=console=ttyS0,115200\0" \
36         "bootcmd_usb=usb start; ext2load usb 0:1 0x00800000 /uImage; " \
37         "ext2load usb 0:1 0x01100000 /uInitrd\0"
38
39 /*
40  * Ethernet Driver configuration
41  */
42 #ifdef CONFIG_CMD_NET
43 #define CONFIG_MVGBE_PORTS      {1, 0}  /* enable port 0 only */
44 #define CONFIG_PHY_BASE_ADR     0
45 #endif /* CONFIG_CMD_NET */
46
47 /*
48  * File system
49  */
50
51 #endif /* _CONFIG_POGO_E02_H */