Merge tag 'u-boot-at91-2022.10-a' of https://source.denx.de/u-boot/custodians/u-boot...
[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         "kernel=/boot/zImage\0"                                         \
24         "fdt=/boot/ib62x0.dtb\0"                                        \
25         "bootargs_root=ubi.mtd=2 root=ubi0:rootfs rootfstype=ubifs rw\0"
26
27 /*
28  * Ethernet driver configuration
29  */
30 #ifdef CONFIG_CMD_NET
31 #define CONFIG_MVGBE_PORTS      {1, 0}  /* enable port 0 only */
32 #define CONFIG_PHY_BASE_ADR     0
33 #endif /* CONFIG_CMD_NET */
34
35 /*
36  * SATA driver configuration
37  */
38 #ifdef CONFIG_IDE
39 #define __io
40 #endif /* CONFIG_IDE */
41
42 #endif /* _CONFIG_IB62x0_H */