[PATCH v7 08/15] Add a default for TPL_TEXT_BASE
Simon Glass
sjg at chromium.org
Mon Feb 28 15:16:50 CET 2022
If this value is not provided it causes a hang in the build. Add a default
value to avoid this.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
Changes in v7:
- Add new patch with a default for TPL_TEXT_BASE
common/spl/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/common/spl/Kconfig b/common/spl/Kconfig
index 9418d37b2e..b59215fe4f 100644
--- a/common/spl/Kconfig
+++ b/common/spl/Kconfig
@@ -1412,6 +1412,7 @@ config TPL_POWER
config TPL_TEXT_BASE
hex "Base address for the .text section of the TPL stage"
+ default 0
help
The base address for the .text section of the TPL stage.
--
2.35.1.574.g5d30c73bfb-goog
More information about the U-Boot
mailing list