From: Nishanth Menon Date: Wed, 22 Jul 2015 23:05:43 +0000 (-0500) Subject: board: ks2_evm: get rid of bogus CONFIG_LINUX_BOOT_PARAM_ADDR X-Git-Tag: v2015.10-rc1~37 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=59d4cd2297d76982d5207f15e247afc7704823e7;p=platform%2Fkernel%2Fu-boot.git board: ks2_evm: get rid of bogus CONFIG_LINUX_BOOT_PARAM_ADDR CONFIG_LINUX_BOOT_PARAM_ADDR is not a valid configuration option. Do just like what the rest of the world does. Acked-by: Vitaly Andrianov Acked-By: Murali Karicheri Reviewed-by: Tom Rini Signed-off-by: Nishanth Menon --- diff --git a/board/ti/ks2_evm/board.c b/board/ti/ks2_evm/board.c index 8892a28..0cefb34 100644 --- a/board/ti/ks2_evm/board.c +++ b/board/ti/ks2_evm/board.c @@ -48,7 +48,7 @@ int dram_init(void) int board_init(void) { - gd->bd->bi_boot_params = CONFIG_LINUX_BOOT_PARAM_ADDR; + gd->bd->bi_boot_params = CONFIG_SYS_SDRAM_BASE + 0x100; return 0; } diff --git a/include/configs/ks2_evm.h b/include/configs/ks2_evm.h index eb4bcaf..66412c3 100644 --- a/include/configs/ks2_evm.h +++ b/include/configs/ks2_evm.h @@ -308,7 +308,6 @@ #define CONFIG_OF_BOARD_SETUP #define CONFIG_SYS_BARGSIZE 1024 #define CONFIG_SYS_LOAD_ADDR (CONFIG_SYS_SDRAM_BASE + 0x08000000) -#define CONFIG_LINUX_BOOT_PARAM_ADDR (CONFIG_SYS_SDRAM_BASE + 0x100) #define CONFIG_SUPPORT_RAW_INITRD