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

Signed-off-by: Andrew F. Davis <a...@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

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to