summaryrefslogtreecommitdiff
path: root/dts
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2023-02-01 13:20:27 -0700
committerTom Rini <trini@konsulko.com>2023-02-07 14:33:50 -0500
commitd727ace9abf13eb72e7ac29113f52fa3fd3357bb (patch)
treeb56e39c0847ac222c122e8feda40c27af21a0a30 /dts
parent7a9ec31f6f4ca54b53b359efb2858ada346b2b06 (diff)
fdt: Drop use of non-existent OF_PLATDATA option
These are only present in SPL. Drop the references to non-SPL versions. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'dts')
-rw-r--r--dts/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/dts/Kconfig b/dts/Kconfig
index bc5f22029f..44cc6bf1f6 100644
--- a/dts/Kconfig
+++ b/dts/Kconfig
@@ -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.