balena-allwinner/layers/meta-resin-allwinner/recipes-bsp/u-boot/u-boot/enable-DT-overlays-support.patch
Will Newton 871b7524cc u-boot: Fix up patches for latest u-boot
Minor changes to patches to make them apply.

Signed-off-by: Will Newton <willn@resin.io>
2017-09-12 16:20:04 +02:00

12 lines
294 B
Diff

diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index d7a9b11..388d19b 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -562,6 +562,7 @@ config ARCH_SUNXI
select CMD_GPIO
select CMD_MMC if MMC
select CMD_USB
+ select OF_LIBFDT_OVERLAY
select DM
select DM_ETH
select DM_GPIO