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/3c120_devboard.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'include/configs/3c120_devboard.h') diff --git a/include/configs/3c120_devboard.h b/include/configs/3c120_devboard.h index b9a17ad..74ecd94 100644 --- a/include/configs/3c120_devboard.h +++ b/include/configs/3c120_devboard.h @@ -57,9 +57,5 @@ * (which is common practice). */ -/* - * MISC - */ -#define CONFIG_SYS_LOAD_ADDR 0xd4000000 /* Half of RAM */ #endif /* __CONFIG_H */ -- cgit v1.1