From: Guennadi Liakhovetski Date: Sat, 30 Aug 2008 22:39:47 +0000 (+0200) Subject: smdk6400: remove redundant bootargs definition X-Git-Tag: v2008.10-rc1~65^2~3 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=7c0e5a8db3d1358b0ce3cc85ada0de6341ca4a15;p=u-boot smdk6400: remove redundant bootargs definition Double bootargs setting leads to a duplicated environmant entry. Signed-off-by: Guennadi Liakhovetski --- diff --git a/include/configs/smdk6400.h b/include/configs/smdk6400.h index 6650ad220b..1ee4191597 100644 --- a/include/configs/smdk6400.h +++ b/include/configs/smdk6400.h @@ -286,7 +286,6 @@ /* Settings as above boot configuration */ #define CFG_ENV_IS_IN_NAND #define CONFIG_BOOTARGS "console=ttySAC,115200" -#define CONFIG_EXTRA_ENV_SETTINGS "bootargs=" CONFIG_BOOTARGS #if !defined(CONFIG_ENABLE_MMU) #define CONFIG_CMD_USB 1