mirror of
https://github.com/armbian/build.git
synced 2025-08-09 04:36:58 +02:00
- notes in the board file about the RAM issues (tested, confirmed working blob change of #4383 by @pinhaozhang working with u-boot 21.07; `blobless` also works with ATF v2.7 on my known-good-RAM boards) - tinkerboard-2: add full firmware, for the rtl8822ce PCIe Wifi default card in the tb2 as shipped by ASUS - tinkerboard-2: uboot: rename `TARGET_TINKER-2_RK3399` to `TARGET_TINKER2_RK3399` to avoid warnings all over - tinkerboard-2: slower but working Tinkerboard 2S eMMC (HS400+ES to HS200) - both for u-boot and kernel. - should not affect 2, only 2S
14 lines
347 B
Diff
14 lines
347 B
Diff
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
|
|
index 1f3fa15..f559fa4 100644
|
|
--- a/arch/arm/Kconfig
|
|
+++ b/arch/arm/Kconfig
|
|
@@ -1358,6 +1358,8 @@ config ARCH_ROCKCHIP
|
|
imply SYS_NS16550
|
|
imply TPL_SYSRESET
|
|
imply USB_FUNCTION_FASTBOOT
|
|
+ select OF_LIBFDT
|
|
+ select OF_LIBFDT_OVERLAY
|
|
|
|
config TARGET_THUNDERX_88XX
|
|
bool "Support ThunderX 88xx"
|