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/ls1043ardb.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/configs/ls1043ardb.h') diff --git a/include/configs/ls1043ardb.h b/include/configs/ls1043ardb.h index 8fa3bb3a64..f185380ae3 100644 --- a/include/configs/ls1043ardb.h +++ b/include/configs/ls1043ardb.h @@ -29,7 +29,9 @@ #define CONFIG_SYS_SPD_BUS_NUM 0 #define CONFIG_FSL_DDR_BIST +#ifndef CONFIG_SPL #define CONFIG_FSL_DDR_INTERACTIVE /* Interactive debugging */ +#endif #define CONFIG_SYS_DDR_RAW_TIMING #define CONFIG_ECC_INIT_VIA_DDRCONTROLLER #define CONFIG_MEM_INIT_VALUE 0xdeadbeef -- cgit v1.2.1