diff options
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/mips/Kconfig | 1 | ||||
| -rw-r--r-- | arch/riscv/dts/jh7110-u-boot.dtsi | 4 | 
2 files changed, 5 insertions, 0 deletions
| diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 7ea439e857c..d7065a80e23 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -322,6 +322,7 @@ config MIPS_CACHE_DISABLE  config MIPS_RELOCATION_TABLE_SIZE  	hex "Relocation table size"  	range 0x100 0x10000 +	default "0xc000" if TARGET_MALTA  	default "0x8000"  	---help---  	  A table of relocation data will be appended to the U-Boot binary diff --git a/arch/riscv/dts/jh7110-u-boot.dtsi b/arch/riscv/dts/jh7110-u-boot.dtsi index ce7d9e16961..a9e318c4a31 100644 --- a/arch/riscv/dts/jh7110-u-boot.dtsi +++ b/arch/riscv/dts/jh7110-u-boot.dtsi @@ -102,6 +102,10 @@  	bootph-pre-ram;  }; +&pllclk { +	bootph-pre-ram; +}; +  &syscrg {  	bootph-pre-ram;  }; | 
