]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
board: ks2_evm: get rid of bogus CONFIG_LINUX_BOOT_PARAM_ADDR
authorNishanth Menon <nm@ti.com>
Wed, 22 Jul 2015 23:05:43 +0000 (18:05 -0500)
committerLothar Waßmann <LW@KARO-electronics.de>
Wed, 9 Sep 2015 11:50:45 +0000 (13:50 +0200)
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 <vitalya@ti.com>
Acked-By: Murali Karicheri <m-karicheri2@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Signed-off-by: Nishanth Menon <nm@ti.com>
board/ti/ks2_evm/board.c
include/configs/ks2_evm.h

index 8892a2843df4db3fad47235f55353f92ab84e981..0cefb340440337951d8a01138a7177d3bc349139 100644 (file)
@@ -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;
 }
index ffc1b48ee13553ebd1eca1d9033540d1584180f2..e26abd90c56d937303e431fa35ad4d3eb719785f 100644 (file)
 #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