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/imx7_spl.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/configs/imx7_spl.h') diff --git a/include/configs/imx7_spl.h b/include/configs/imx7_spl.h index aca32dbabd..7ef7017f51 100644 --- a/include/configs/imx7_spl.h +++ b/include/configs/imx7_spl.h @@ -21,7 +21,6 @@ * and some padding thus 'our' max size is really 0x00946BB8 - 0x00911000. * 64KB is more then enough for the SPL. */ -#define CONFIG_SPL_TEXT_BASE 0x00911000 #define CONFIG_SPL_MAX_SIZE 0x10000 #define CONFIG_SPL_STACK 0x00946BB8 /* -- cgit