diff options
author | Tom Rini <trini@konsulko.com> | 2021-03-03 22:53:53 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-03-03 22:53:53 -0500 |
commit | 2b82b1d26ae44ac2f43d8a87f482fe906ba863fb (patch) | |
tree | 34016a954bbcba79b78713790480b5072828d29b /lib | |
parent | 52ba373b7825e9feab8357065155cf43dfe2f4ff (diff) | |
parent | 384b62c073f3aaccba0c917a8da7701a82441aec (diff) |
Merge tag 'dm-pull-3mar21' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm
dm: Fix an obscure bug with empty of-platdata
Fixes for ns16550 base address and frequency-reading
Other minor fixes
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 b35a71ac368..7f4c30ec0d9 100644 --- a/lib/Kconfig +++ b/lib/Kconfig @@ -22,7 +22,7 @@ config BCH config BINMAN_FDT bool "Allow access to binman information in the device tree" - depends on BINMAN && OF_CONTROL + depends on BINMAN && DM && OF_CONTROL default y help This enables U-Boot to access information about binman entries, |