From dc760aedb762edcd35e48aa6ee067fecc42e5840 Mon Sep 17 00:00:00 2001 From: Hou Zhiqiang Date: Mon, 6 Feb 2017 11:29:00 +0800 Subject: armv8/ls104xa: remove the DDR interactive debugging info from SPL Remove the DDR interactive debugging to reduce the size of spl image. Signed-off-by: Hou Zhiqiang Reviewed-by: York Sun --- include/configs/ls1043aqds.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/configs/ls1043aqds.h') diff --git a/include/configs/ls1043aqds.h b/include/configs/ls1043aqds.h index f3b521d705..6a345c0400 100644 --- a/include/configs/ls1043aqds.h +++ b/include/configs/ls1043aqds.h @@ -38,7 +38,9 @@ unsigned long get_board_ddr_clk(void); #define SPD_EEPROM_ADDRESS 0x51 #define CONFIG_SYS_SPD_BUS_NUM 0 +#ifndef CONFIG_SPL #define CONFIG_FSL_DDR_INTERACTIVE /* Interactive debugging */ +#endif #define CONFIG_DDR_ECC #ifdef CONFIG_DDR_ECC -- cgit