smdk6400: remove redundant bootargs definition
Double bootargs setting leads to a duplicated environmant entry. Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
This commit is contained in:
parent
11edcfe260
commit
7c0e5a8db3
|
@ -286,7 +286,6 @@
|
||||||
/* Settings as above boot configuration */
|
/* Settings as above boot configuration */
|
||||||
#define CFG_ENV_IS_IN_NAND
|
#define CFG_ENV_IS_IN_NAND
|
||||||
#define CONFIG_BOOTARGS "console=ttySAC,115200"
|
#define CONFIG_BOOTARGS "console=ttySAC,115200"
|
||||||
#define CONFIG_EXTRA_ENV_SETTINGS "bootargs=" CONFIG_BOOTARGS
|
|
||||||
|
|
||||||
#if !defined(CONFIG_ENABLE_MMU)
|
#if !defined(CONFIG_ENABLE_MMU)
|
||||||
#define CONFIG_CMD_USB 1
|
#define CONFIG_CMD_USB 1
|
||||||
|
|
Loading…
Reference in New Issue