Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxi
[platform/kernel/u-boot.git] / include / configs / ib62x0.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Copyright (C) 2011-2012
4  * Gerald Kerma <dreagle@doukki.net>
5  * Luka Perkov <luka@openwrt.org>
6  */
7
8 #ifndef _CONFIG_IB62x0_H
9 #define _CONFIG_IB62x0_H
10
11 #include "mv-common.h"
12
13 /*
14  * Environment variables configuration
15  */
16
17 /*
18  * Default environment variables
19  */
20
21 #define CONFIG_EXTRA_ENV_SETTINGS \
22         "console=console=ttyS0,115200\0"                                \
23         "mtdids=nand0=orion_nand\0"                                     \
24         "mtdparts="CONFIG_MTDPARTS_DEFAULT                      \
25         "kernel=/boot/zImage\0"                                         \
26         "fdt=/boot/ib62x0.dtb\0"                                        \
27         "bootargs_root=ubi.mtd=2 root=ubi0:rootfs rootfstype=ubifs rw\0"
28
29 /*
30  * Ethernet driver configuration
31  */
32 #ifdef CONFIG_CMD_NET
33 #define CONFIG_MVGBE_PORTS      {1, 0}  /* enable port 0 only */
34 #define CONFIG_PHY_BASE_ADR     0
35 #endif /* CONFIG_CMD_NET */
36
37 /*
38  * SATA driver configuration
39  */
40 #ifdef CONFIG_IDE
41 #define __io
42 #endif /* CONFIG_IDE */
43
44 #endif /* _CONFIG_IB62x0_H */