armbian_build/patch/u-boot/u-boot-sun50i-dev/enable-DT-overlays-support.patch
2017-01-30 16:26:43 +03:00

13 lines
343 B
Diff

diff --git a/u-boot/lib/Kconfig b/u-boot/lib/Kconfig
index b16062fbe..8c797a779 100644
--- a/u-boot/lib/Kconfig
+++ b/u-boot/lib/Kconfig
@@ -141,6 +141,7 @@ config OF_LIBFDT
config OF_LIBFDT_OVERLAY
bool "Enable the FDT library overlay support"
+ default y if OF_LIBFDT
help
This enables the FDT library (libfdt) overlay support.