git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e124de6
)
rockchip: spl-boot-order: update dependency to OF_LIBFDT
author
Kever Yang
<kever.yang@rock-chips.com>
Wed, 17 Jul 2019 10:12:20 +0000
(18:12 +0800)
committer
Kever Yang
<kever.yang@rock-chips.com>
Sat, 20 Jul 2019 15:59:44 +0000
(23:59 +0800)
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>
arch/arm/mach-rockchip/spl-boot-order.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-rockchip/spl-boot-order.c
b/arch/arm/mach-rockchip/spl-boot-order.c
index
0e485de
..
c19c285
100644
(file)
--- a/
arch/arm/mach-rockchip/spl-boot-order.c
+++ b/
arch/arm/mach-rockchip/spl-boot-order.c
@@
-8,7
+8,7
@@
#include <mmc.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
* @node: of_offset of the node