diff mbox series

[13/18] Add a default for TPL_TEXT_BASE

Message ID 20220228190835.1480772-14-sjg@chromium.org
State Accepted
Commit 8e6c12993199f08f61d12cddab7ad3f28db49832
Delegated to: Tom Rini
Headers show
Series Various bugfixes related to verified boot | expand

Commit Message

Simon Glass Feb. 28, 2022, 7:08 p.m. UTC
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@chromium.org>
---

 common/spl/Kconfig | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

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.