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/stout.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/configs/stout.h') diff --git a/include/configs/stout.h b/include/configs/stout.h index 93d980569c..4a465e01bd 100644 --- a/include/configs/stout.h +++ b/include/configs/stout.h @@ -47,7 +47,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