Merge branch 'next'
[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 CFG_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  * SATA driver configuration
29  */
30 #ifdef CONFIG_IDE
31 #define __io
32 #endif /* CONFIG_IDE */
33
34 #endif /* _CONFIG_IB62x0_H */