mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 06:31:31 +00:00
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 <kever.yang@rock-chips.com>
This commit is contained in:
parent
e124de6233
commit
032906a858
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
||||||
#include <mmc.h>
|
#include <mmc.h>
|
||||||
#include <spl.h>
|
#include <spl.h>
|
||||||
|
|
||||||
#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
|
* spl_node_to_boot_device() - maps from a DT-node to a SPL boot device
|
||||||
* @node: of_offset of the node
|
* @node: of_offset of the node
|
||||||
|
|
Loading…
Add table
Reference in a new issue