From 74bb4570a952b06fecfafc5b961a5cb5147ec544 Mon Sep 17 00:00:00 2001 From: Patrice Chotard Date: Fri, 6 Dec 2019 15:01:49 +0100 Subject: treewide: Remove CONFIG_SYS_UBOOT_START from configs board files As previous CONFIG_SYS_UBOOT_START is now set by default to CONFIG_SYS_TEXT_BASE when not defined, CONFIG_SYS_UBOOT_START can be removed from include/configs board files. Signed-off-by: Patrice Chotard Acked-by: Lukasz Majewski --- include/configs/x600.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/configs/x600.h') diff --git a/include/configs/x600.h b/include/configs/x600.h index 63092b24a5..8b6caae7be 100644 --- a/include/configs/x600.h +++ b/include/configs/x600.h @@ -27,7 +27,6 @@ #define CONFIG_SYS_SPL_LEN CONFIG_SPL_PAD_TO #define CONFIG_SYS_UBOOT_BASE (CONFIG_SYS_FLASH_BASE + \ CONFIG_SYS_SPL_LEN) -#define CONFIG_SYS_UBOOT_START CONFIG_SYS_TEXT_BASE #define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_FLASH_BASE #define CONFIG_SYS_MONITOR_LEN 0x60000 -- cgit