From c779ae2faadbfd5472927f58742cdb2371944935 Mon Sep 17 00:00:00 2001 From: Martin Ayotte Date: Thu, 13 Dec 2018 17:09:54 -0500 Subject: [PATCH] add missing u-boot-meson64 patch for overlays --- .../u-boot-meson64/enable-DT-overlays-support.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 patch/u-boot/u-boot-meson64/enable-DT-overlays-support.patch diff --git a/patch/u-boot/u-boot-meson64/enable-DT-overlays-support.patch b/patch/u-boot/u-boot-meson64/enable-DT-overlays-support.patch new file mode 100644 index 000000000..d0427b078 --- /dev/null +++ b/patch/u-boot/u-boot-meson64/enable-DT-overlays-support.patch @@ -0,0 +1,13 @@ +diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig +index 1f3fa15..3f23cc8 100644 +--- a/arch/arm/Kconfig ++++ b/arch/arm/Kconfig +@@ -652,6 +652,8 @@ config ARCH_OMAP2PLUS + + config ARCH_MESON + bool "Amlogic Meson" ++ select OF_LIBFDT ++ select OF_LIBFDT_OVERLAY + imply DISTRO_DEFAULTS + help + Support for the Meson SoC family developed by Amlogic Inc.,