mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 08:42:12 +02:00
dtc: Switch to building and using our own dtc unless provided
This makes us act like the Linux Kernel does and allow for dtc to be provided externally but otherwise we use the version of dtc that is included in the sources. This in turn means that we can drop the checkdtc logic. We select DTC in the cases where we will need the dtc tool provided. Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
@@ -5,11 +5,15 @@
|
||||
config SUPPORT_OF_CONTROL
|
||||
bool
|
||||
|
||||
config DTC
|
||||
bool
|
||||
|
||||
menu "Device Tree Control"
|
||||
depends on SUPPORT_OF_CONTROL
|
||||
|
||||
config OF_CONTROL
|
||||
bool "Run-time configuration via Device Tree"
|
||||
select DTC
|
||||
help
|
||||
This feature provides for run-time configuration of U-Boot
|
||||
via a flattened device tree.
|
||||
|
Reference in New Issue
Block a user