From f89d6133eef2e068f9c33853b6584d7fcbfa9d2e Mon Sep 17 00:00:00 2001 From: Simon Goldschmidt Date: Sun, 30 Sep 2018 14:31:53 +0200 Subject: configs: move CONFIG_SPL_TEXT_BASE to Kconfig Moved CONFIG_SPL_TEXT_BASE to common/spl/Kconfig and migrate existing values. Signed-off-by: Simon Goldschmidt [trini: Re-run migration] Signed-off-by: Tom Rini --- include/configs/sama5d2_xplained.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/configs/sama5d2_xplained.h') diff --git a/include/configs/sama5d2_xplained.h b/include/configs/sama5d2_xplained.h index a3df404ca0..e522740e0c 100644 --- a/include/configs/sama5d2_xplained.h +++ b/include/configs/sama5d2_xplained.h @@ -47,7 +47,6 @@ #endif /* SPL */ -#define CONFIG_SPL_TEXT_BASE 0x200000 #define CONFIG_SPL_MAX_SIZE 0x10000 #define CONFIG_SPL_BSS_START_ADDR 0x20000000 #define CONFIG_SPL_BSS_MAX_SIZE 0x80000 -- cgit