mirror of
https://github.com/Fishwaldo/build.git
synced 2025-07-05 20:49:06 +00:00
Repaired broken Rock patch for current Kconfig (patch is not synchronized with current codebase,
then changes are applied to wrong part of code and u-boot fdt apply is not working).
This commit is contained in:
parent
b59df82ed1
commit
c989a9b205
1 changed files with 4 additions and 4 deletions
|
@ -2,10 +2,10 @@ diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
|
|||
index 0e8dc01..22170d2 100644
|
||||
--- a/arch/arm/Kconfig
|
||||
+++ b/arch/arm/Kconfig
|
||||
@@ -1082,6 +1082,8 @@ config ARCH_ROCKCHIP
|
||||
select DM_PWM
|
||||
select DM_REGULATOR
|
||||
imply FAT_WRITE
|
||||
@@ -1125,6 +1125,8 @@ config ARCH_ROCKCHIP
|
||||
imply TPL_SYSRESET
|
||||
imply ADC
|
||||
imply SARADC_ROCKCHIP
|
||||
+ select OF_LIBFDT
|
||||
+ select OF_LIBFDT_OVERLAY
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue