mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-24 21:54:01 +00:00
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>
This commit is contained in:
parent
a42d2caa63
commit
8e6c129931
1 changed files with 1 additions and 0 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue