From: Simon Glass Date: Wed, 1 Feb 2023 20:20:27 +0000 (-0700) Subject: fdt: Drop use of non-existent OF_PLATDATA option X-Git-Tag: v2023.04-rc2~16^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d727ace9abf13eb72e7ac29113f52fa3fd3357bb;p=pandora-u-boot.git 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 --- diff --git a/dts/Kconfig b/dts/Kconfig index bc5f22029ff..44cc6bf1f6f 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.