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/silk.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/configs/silk.h') diff --git a/include/configs/silk.h b/include/configs/silk.h index 112806c342..c42b57ab2a 100644 --- a/include/configs/silk.h +++ b/include/configs/silk.h @@ -43,7 +43,6 @@ "bootm_size=0x10000000\0" /* SPL support */ -#define CONFIG_SPL_TEXT_BASE 0xe6300000 #define CONFIG_SPL_STACK 0xe6340000 #define CONFIG_SPL_MAX_SIZE 0x4000 #define CONFIG_SYS_SPI_U_BOOT_OFFS 0x140000 -- cgit v1.2.3