From: Kever Yang Date: Wed, 17 Jul 2019 10:12:20 +0000 (+0800) Subject: rockchip: spl-boot-order: update dependency to OF_LIBFDT X-Git-Tag: v2025.01-rc5-pxa1908~2876^2~25 X-Git-Url: http://git.dujemihanovic.xyz/login.html?a=commitdiff_plain;h=032906a858d41a83bf290f144243a1e6be5918fc;p=u-boot.git rockchip: spl-boot-order: update dependency to OF_LIBFDT The fdt interfaces are actuall depends on OF_LIBFDT instead of OF_CONTROL, some boards may enable OF_CONTROL while disable OF_LIBFDT. Signed-off-by: Kever Yang --- diff --git a/arch/arm/mach-rockchip/spl-boot-order.c b/arch/arm/mach-rockchip/spl-boot-order.c index 0e485deda2..c19c285c07 100644 --- a/arch/arm/mach-rockchip/spl-boot-order.c +++ b/arch/arm/mach-rockchip/spl-boot-order.c @@ -8,7 +8,7 @@ #include #include -#if CONFIG_IS_ENABLED(OF_CONTROL) +#if CONFIG_IS_ENABLED(OF_LIBFDT) /** * spl_node_to_boot_device() - maps from a DT-node to a SPL boot device * @node: of_offset of the node