diff options
author | Patrice Chotard <patrice.chotard@st.com> | 2019-12-06 15:01:49 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-01-08 09:27:44 -0500 |
commit | 74bb4570a952b06fecfafc5b961a5cb5147ec544 (patch) | |
tree | c2d78d046158e01c5ab3ed6cec28d66b62392b79 /include/configs/ls1046a_common.h | |
parent | 38a6cce65737096b836d43a22f09b7a54c9d020c (diff) | |
download | u-boot-74bb4570a952b06fecfafc5b961a5cb5147ec544.tar.gz |
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 <patrice.chotard@st.com>
Acked-by: Lukasz Majewski <lukma@denx.de>
Diffstat (limited to 'include/configs/ls1046a_common.h')
-rw-r--r-- | include/configs/ls1046a_common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/ls1046a_common.h b/include/configs/ls1046a_common.h index cc8f4c0210..6543cfd868 100644 --- a/include/configs/ls1046a_common.h +++ b/include/configs/ls1046a_common.h @@ -98,7 +98,6 @@ CONFIG_SPL_BSS_MAX_SIZE) #define CONFIG_SYS_SPL_MALLOC_SIZE 0x100000 #define CONFIG_SYS_MONITOR_LEN 0x100000 -#define CONFIG_SYS_UBOOT_START CONFIG_SYS_TEXT_BASE #endif /* NAND SPL */ |