From 849f8ba716fcc5e9fb86d195d291ff0abc7f5fe0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Lothar=20Wa=C3=9Fmann?= Date: Wed, 10 Sep 2014 11:03:52 +0200 Subject: [PATCH] karo: tx28: fix CONFIG_BOOTARGS and CONFIG_BOOTCOMMAND settings --- include/configs/tx28.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/configs/tx28.h b/include/configs/tx28.h index 6b892f887e..b3e85ed045 100644 --- a/include/configs/tx28.h +++ b/include/configs/tx28.h @@ -101,8 +101,8 @@ #define CONFIG_ZERO_BOOTDELAY_CHECK #define CONFIG_SYS_AUTOLOAD "no" #define CONFIG_BOOTFILE "uImage" -#define CONFIG_BOOTARGS "console=ttyAMA0,115200 ro debug panic=1" -#define CONFIG_BOOTCOMMAND "run bootcmd_nand" +#define CONFIG_BOOTARGS "init=/linuxrc console=ttyAMA0,115200 ro debug panic=1" +#define CONFIG_BOOTCOMMAND "run bootcmd_${boot_mode} bootm_cmd" #ifdef CONFIG_TX28_S #define CONFIG_LOADADDR 41000000 #else @@ -114,7 +114,7 @@ #define CONFIG_U_BOOT_IMG_SIZE SZ_1M /* - * Extra Environments + * Extra Environment Settings */ #ifdef CONFIG_ENV_IS_NOWHERE #define CONFIG_EXTRA_ENV_SETTINGS \ -- 2.39.2