]> git.baikalelectronics.ru Git - uboot.git/commitdiff
fdt: Drop use of non-existent OF_PLATDATA option
authorSimon Glass <sjg@chromium.org>
Wed, 1 Feb 2023 20:20:27 +0000 (13:20 -0700)
committerTom Rini <trini@konsulko.com>
Tue, 7 Feb 2023 19:33:50 +0000 (14:33 -0500)
These are only present in SPL. Drop the references to non-SPL versions.

Signed-off-by: Simon Glass <sjg@chromium.org>
dts/Kconfig

index bc5f22029ff9543ca8ef9fa356abc0b282582a9e..44cc6bf1f6f8bd4c216c73e3340a6a595e4828e4 100644 (file)
@@ -21,8 +21,8 @@ menu "Device Tree Control"
 
 config OF_CONTROL
        bool "Run-time configuration via Device Tree"
-       select OF_LIBFDT if !OF_PLATDATA
-       select OF_REAL if !OF_PLATDATA
+       select OF_LIBFDT
+       select OF_REAL
        help
          This feature provides for run-time configuration of U-Boot
          via a flattened device tree.