aboutsummaryrefslogtreecommitdiff
path: root/include/configs/omap3_cairo.h
diff options
context:
space:
mode:
authorPatrice Chotard2019-12-06 15:01:49 +0100
committerTom Rini2020-01-08 09:27:44 -0500
commit74bb4570a952b06fecfafc5b961a5cb5147ec544 (patch)
treec2d78d046158e01c5ab3ed6cec28d66b62392b79 /include/configs/omap3_cairo.h
parent38a6cce65737096b836d43a22f09b7a54c9d020c (diff)
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/omap3_cairo.h')
-rw-r--r--include/configs/omap3_cairo.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/omap3_cairo.h b/include/configs/omap3_cairo.h
index 1b1a56d7cd4..c76c81ddd5b 100644
--- a/include/configs/omap3_cairo.h
+++ b/include/configs/omap3_cairo.h
@@ -26,7 +26,6 @@
* other needs. We use this rather than the inherited defines from
* ti_armv7_common.h for backwards compatibility.
*/
-#define CONFIG_SYS_UBOOT_START CONFIG_SYS_TEXT_BASE
#define CONFIG_SPL_BSS_START_ADDR 0x80000000
#define CONFIG_SPL_BSS_MAX_SIZE (512 << 10) /* 512 KB */
#define CONFIG_SYS_SPL_MALLOC_START 0x80208000