From: Simon Glass Date: Mon, 28 Feb 2022 19:08:30 +0000 (-0700) Subject: Add a default for TPL_TEXT_BASE X-Git-Url: http://git.dujemihanovic.xyz/img/sics.gif?a=commitdiff_plain;h=8e6c12993199f08f61d12cddab7ad3f28db49832;p=u-boot.git 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 --- diff --git a/common/spl/Kconfig b/common/spl/Kconfig index dc319adeac..a3a6f31aad 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.