blob: 44b4595440ed7b59b3a60938aae6027b016d4794 [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Siddarth Gore16b76702010-03-18 20:25:40 +05302/*
Gerald Kerma361b3d82014-12-19 08:13:09 +01003 * (C) Copyright 2009-2014
4 * Gerald Kerma <dreagle@doukki.net>
Siddarth Gore16b76702010-03-18 20:25:40 +05305 * Marvell Semiconductor <www.marvell.com>
6 * Written-by: Siddarth Gore <gores@marvell.com>
Siddarth Gore16b76702010-03-18 20:25:40 +05307 */
8
9#ifndef _CONFIG_GURUPLUG_H
10#define _CONFIG_GURUPLUG_H
11
Tom Rinif98b3be2021-12-17 18:08:44 -050012#include "mv-common.h"
Siddarth Gore16b76702010-03-18 20:25:40 +053013
14/*
15 * Environment variables configurations
16 */
Siddarth Gore16b76702010-03-18 20:25:40 +053017/*
18 * max 4k env size is enough, but in case of nand
19 * it has to be rounded to sector size
20 */
Siddarth Gore16b76702010-03-18 20:25:40 +053021
22/*
23 * Default environment variables
24 */
Siddarth Gore16b76702010-03-18 20:25:40 +053025
Tom Rini0613c362022-12-04 10:03:50 -050026#define CFG_EXTRA_ENV_SETTINGS \
Gerald Kerma361b3d82014-12-19 08:13:09 +010027 "console=console=ttyS0,115200\0" \
28 "mtdids=nand0=orion_nand\0" \
Gerald Kerma361b3d82014-12-19 08:13:09 +010029 "kernel=/boot/zImage\0" \
30 "fdt=/boot/guruplug-server-plus.dtb\0" \
31 "bootargs_root=ubi.mtd=2 root=ubi0:rootfs rootfstype=ubifs rw\0"
32
Siddarth Gore16b76702010-03-18 20:25:40 +053033#endif /* _CONFIG_GURUPLUG_H */