From 49c8ef0e45a91ec894ef15e7d043dafe8f1c5efd Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Mon, 23 Aug 2021 10:25:31 -0400 Subject: Convert CONFIG_SYS_LOAD_ADDR to Kconfig Now that we have consistent usage, migrate this symbol to Kconfig. Signed-off-by: Tom Rini Reviewed-by: Rick Chen --- include/configs/poplar.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/configs/poplar.h') diff --git a/include/configs/poplar.h b/include/configs/poplar.h index 9763218..5db5fc4 100644 --- a/include/configs/poplar.h +++ b/include/configs/poplar.h @@ -18,7 +18,6 @@ /* SYS */ #define CONFIG_SYS_BOOTM_LEN SZ_64M #define CONFIG_SYS_INIT_SP_ADDR 0x200000 -#define CONFIG_SYS_LOAD_ADDR 0x800000 #define CONFIG_SYS_MALLOC_LEN SZ_32M /* ATF bl33.bin load address (must match) */ -- cgit v1.1