mirror of
https://github.com/armbian/build.git
synced 2025-08-09 04:36:58 +02:00
- I guess this is most of the u-boot's I've touched over the years; notable exception is the orangepi3b (patches live in Kwiboo's tree) - this is in preparation for bumping versions, hopefully soon - radxa-zero, radxa-zero2, khadas-vim3, khadas-vim3l: drop patches for old u-boot versions no longer used
26 lines
654 B
Diff
26 lines
654 B
Diff
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
From: zador-blood-stained <zador-blood-stained@users.noreply.github.com>
|
|
Date: Thu, 17 Aug 2017 20:13:41 +0300
|
|
Subject: Enable DT overlay support in u-boot
|
|
|
|
---
|
|
arch/arm/Kconfig | 2 ++
|
|
1 file changed, 2 insertions(+)
|
|
|
|
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
|
|
index 0448787b8bc4..6883ca8e4837 100644
|
|
--- a/arch/arm/Kconfig
|
|
+++ b/arch/arm/Kconfig
|
|
@@ -1777,6 +1777,8 @@ config ARCH_ROCKCHIP
|
|
imply SYS_NS16550
|
|
imply TPL_SYSRESET
|
|
imply USB_FUNCTION_FASTBOOT
|
|
+ select OF_LIBFDT
|
|
+ select OF_LIBFDT_OVERLAY
|
|
|
|
config ARCH_OCTEONTX
|
|
bool "Support OcteonTX SoCs"
|
|
--
|
|
Armbian
|
|
|