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/ap143.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/configs/ap143.h') diff --git a/include/configs/ap143.h b/include/configs/ap143.h index c79e050dc9..2001ed1f64 100644 --- a/include/configs/ap143.h +++ b/include/configs/ap143.h @@ -16,7 +16,6 @@ #define CONFIG_SYS_BOOTPARAMS_LEN 0x20000 #define CONFIG_SYS_SDRAM_BASE 0x80000000 -#define CONFIG_SYS_LOAD_ADDR 0x81000000 #define CONFIG_SYS_INIT_RAM_ADDR 0xbd000000 #define CONFIG_SYS_INIT_RAM_SIZE 0x2000 -- cgit v1.2.3