projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a42d2ca
)
Add a default for TPL_TEXT_BASE
author
Simon Glass
<sjg@chromium.org>
Mon, 28 Feb 2022 19:08:30 +0000
(12:08 -0700)
committer
Tom Rini
<trini@konsulko.com>
Wed, 6 Apr 2022 18:03:17 +0000
(14:03 -0400)
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
patch
|
blob
|
history
diff --git
a/common/spl/Kconfig
b/common/spl/Kconfig
index dc319adeacd9729ee57dde52c5fcb6002c0cf132..a3a6f31aad63838d0bbf40e668f8b246b9d1cd1e 100644
(file)
--- 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.