blob: e1b62f78b21e7682b0d5091416523cc69c2d06c3 [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Luka Perkove5841e12012-04-17 09:22:17 +00002/*
3 * Copyright (C) 2011-2012
4 * Gerald Kerma <dreagle@doukki.net>
Luka Perkov3fdf7592012-12-03 03:24:15 +00005 * Luka Perkov <luka@openwrt.org>
Luka Perkove5841e12012-04-17 09:22:17 +00006 */
7
8#ifndef _CONFIG_IB62x0_H
9#define _CONFIG_IB62x0_H
10
Luka Perkove5841e12012-04-17 09:22:17 +000011#include "mv-common.h"
12
Luka Perkove5841e12012-04-17 09:22:17 +000013/*
14 * Environment variables configuration
15 */
Luka Perkove5841e12012-04-17 09:22:17 +000016
17/*
18 * Default environment variables
19 */
Luka Perkove5841e12012-04-17 09:22:17 +000020
Tom Rini0613c362022-12-04 10:03:50 -050021#define CFG_EXTRA_ENV_SETTINGS \
Luka Perkove5841e12012-04-17 09:22:17 +000022 "console=console=ttyS0,115200\0" \
Luka Perkov57226222013-10-31 04:05:05 +010023 "kernel=/boot/zImage\0" \
24 "fdt=/boot/ib62x0.dtb\0" \
25 "bootargs_root=ubi.mtd=2 root=ubi0:rootfs rootfstype=ubifs rw\0"
Luka Perkove5841e12012-04-17 09:22:17 +000026
27/*
Luka Perkove5841e12012-04-17 09:22:17 +000028 * SATA driver configuration
29 */
Simon Glassfc843a02017-05-17 03:25:30 -060030#ifdef CONFIG_IDE
Luka Perkove5841e12012-04-17 09:22:17 +000031#define __io
Simon Glassfc843a02017-05-17 03:25:30 -060032#endif /* CONFIG_IDE */
Luka Perkove5841e12012-04-17 09:22:17 +000033
Luka Perkove5841e12012-04-17 09:22:17 +000034#endif /* _CONFIG_IB62x0_H */