mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-05 12:46:14 +02:00
tpl: Correct dependencies for TPL_OF_CONTROL
The TPL_OF_CONTROL option can only select TPL_OF_LIBFDT functionality if we also have enabled TPL_LIBGENERIC_SUPPORT, so express this dependency in Kconfig. Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
3fe899fbea
commit
9eb3592cbc
@ -59,7 +59,7 @@ config SPL_OF_CONTROL
|
||||
config TPL_OF_CONTROL
|
||||
bool "Enable run-time configuration via Device Tree in TPL"
|
||||
depends on TPL && OF_CONTROL
|
||||
select TPL_OF_LIBFDT if !TPL_OF_PLATDATA
|
||||
select TPL_OF_LIBFDT if !TPL_OF_PLATDATA && TPL_LIBGENERIC_SUPPORT
|
||||
select TPL_OF_REAL if !TPL_OF_PLATDATA
|
||||
help
|
||||
Some boards use device tree in U-Boot but only have 4KB of SRAM
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user