1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Copyright (C) 2022 Tony Dinh <mibodhi@gmail.com>
4  * (C) Copyright 2009-2012
5  * Wojciech Dubowik <wojciech.dubowik@neratec.com>
6  * Luka Perkov <luka@openwrt.org>
7  */
8 
9 #ifndef _CONFIG_ICONNECT_H
10 #define _CONFIG_ICONNECT_H
11 
12 #include "mv-common.h"
13 
14 #define CFG_EXTRA_ENV_SETTINGS \
15 	"console=console=ttyS0,115200\0"	\
16 	"kernel=/boot/uImage\0"			\
17 	"bootargs_root=noinitrd ubi.mtd=2 root=ubi0:rootfs rootfstype=ubifs\0"
18 
19 #endif /* _CONFIG_ICONNECT_H */
20