[U-Boot] [RFC PATCH v2 11/11] spl: Kconfig: Add CONFIG_SPL_TEXT_BASE as Kconfig option

Andrew F. Davis afd at ti.com
Mon Aug 22 17:21:31 CEST 2016


Add a new Kconfig CONFIG_SPL_TEXT_BASE. Set its default value to 0x0.

Signed-off-by: Andrew F. Davis <afd at ti.com>
---
 Kconfig | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/Kconfig b/Kconfig
index cb5af5b..2935c41 100644
--- a/Kconfig
+++ b/Kconfig
@@ -319,6 +319,14 @@ config SYS_TEXT_BASE
 	help
 	  TODO: Move CONFIG_SYS_TEXT_BASE for all the architecture
 
+config SPL_TEXT_BASE
+	hex "SPL Text Base"
+	depends on SPL
+	default 0x0
+	help
+	  When SPL is enabled the image is linked with this as the
+	  starting address in memeory for which the SPL will be loaded.
+
 config SPL_LOAD_FIT
 	bool "Enable SPL loading U-Boot as a FIT"
 	depends on FIT
-- 
2.9.3



More information about the U-Boot mailing list