diff options
author | Tom Rini <trini@konsulko.com> | 2021-05-20 11:06:33 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-05-20 11:06:33 -0400 |
commit | fd883eaf5b1fe23067d08a3453342030fff2feb8 (patch) | |
tree | e52db95145b0f348b1db6275ee1566e18364bb56 /lib | |
parent | 27c2236f8acfa311eed2c8f8d210824fadd25483 (diff) | |
parent | a4691f363ef75783bee626bb8337c3a34d8c0e96 (diff) |
Merge https://source.denx.de/u-boot/custodians/u-boot-riscv
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Kconfig b/lib/Kconfig index b057b9d73bc..d675ab1d826 100644 --- a/lib/Kconfig +++ b/lib/Kconfig @@ -25,7 +25,7 @@ config BCH config BINMAN_FDT bool "Allow access to binman information in the device tree" depends on BINMAN && DM && OF_CONTROL - default y + default y if OF_SEPARATE || OF_EMBED help This enables U-Boot to access information about binman entries, stored in the device tree in a binman node. Typical uses are to |