commit | 8e6c12993199f08f61d12cddab7ad3f28db49832 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Feb 28 12:08:30 2022 -0700 |
committer | Tom Rini <trini@konsulko.com> | Wed Apr 06 14:03:17 2022 -0400 |
tree | d8bd8642e9a3c4c379423e39d606362317ca6358 | |
parent | a42d2caa634065ed8b0c1143a5f48589450a8528 [diff] [blame] |
Add a default for TPL_TEXT_BASE 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>
diff --git a/common/spl/Kconfig b/common/spl/Kconfig index dc319ad..a3a6f31 100644 --- a/common/spl/Kconfig +++ b/common/spl/Kconfig
@@ -1412,6 +1412,7 @@ 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.