mirror of
https://github.com/Fishwaldo/build.git
synced 2025-07-06 04:58:40 +00:00
add missing u-boot-meson64 patch for overlays
This commit is contained in:
parent
87ec4f4bf4
commit
c779ae2faa
1 changed files with 13 additions and 0 deletions
13
patch/u-boot/u-boot-meson64/enable-DT-overlays-support.patch
Normal file
13
patch/u-boot/u-boot-meson64/enable-DT-overlays-support.patch
Normal file
|
@ -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.,
|
Loading…
Add table
Add a link
Reference in a new issue