armbian_build/patch/u-boot/u-boot-mvebu-next/enable-DT-overlays-support.patch
zador-blood-stained aba730f488 Add mvebu dev branch
It uses the same kernel as next, but it uses mainline u-boot with DT
overlay support, but without SPI, USB and possibly SATA support
2017-10-31 21:23:43 +03:00

14 lines
328 B
Diff

diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 53eae8953e..4eddc58062 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -330,6 +330,8 @@ config ARCH_MVEBU
select DM_SERIAL
select DM_SPI
select DM_SPI_FLASH
+ select OF_LIBFDT
+ select OF_LIBFDT_OVERLAY
config TARGET_DEVKIT3250
bool "Support devkit3250"