mirror of
https://github.com/Fishwaldo/build.git
synced 2025-07-07 21:48:53 +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
|
index 0e8dc01..22170d2 100644
|
||||||
--- a/arch/arm/Kconfig
|
--- a/arch/arm/Kconfig
|
||||||
+++ b/arch/arm/Kconfig
|
+++ b/arch/arm/Kconfig
|
||||||
@@ -1082,6 +1082,8 @@ config ARCH_ROCKCHIP
|
@@ -1125,6 +1125,8 @@ config ARCH_ROCKCHIP
|
||||||
select DM_PWM
|
imply TPL_SYSRESET
|
||||||
select DM_REGULATOR
|
imply ADC
|
||||||
imply FAT_WRITE
|
imply SARADC_ROCKCHIP
|
||||||
+ select OF_LIBFDT
|
+ select OF_LIBFDT
|
||||||
+ select OF_LIBFDT_OVERLAY
|
+ select OF_LIBFDT_OVERLAY
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue