diff options
| author | Sia Jee Heng <jeeheng.sia@starfive.com> | 2025-10-21 09:42:46 +0300 |
|---|---|---|
| committer | Atlas Luo <atlas.luo@starfivetech.com> | 2025-10-27 09:16:13 +0300 |
| commit | c48eab7283c699125848e6c97b724c8b99f62ca7 (patch) | |
| tree | b88aceb721c43697ad8c0cee46e20d3a01bc62fd | |
| parent | a2a3ca39f1263a87578e9c0b03012c2020df98e5 (diff) | |
| download | u-boot-JH7110_VisionFive2_multi_rtos.tar.xz | |
spl: amp: Enlarge RTOS Image size to 1MBJH7110_VisionFive2_multi_rtos
Signed-off-by: Sia Jee Heng <jeeheng.sia@starfive.com>
| -rw-r--r-- | arch/riscv/dts/starfive_jh7110-amp-u-boot.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/riscv/dts/starfive_jh7110-amp-u-boot.dtsi b/arch/riscv/dts/starfive_jh7110-amp-u-boot.dtsi index b583a1d654..e79f91273d 100644 --- a/arch/riscv/dts/starfive_jh7110-amp-u-boot.dtsi +++ b/arch/riscv/dts/starfive_jh7110-amp-u-boot.dtsi @@ -14,7 +14,7 @@ config { amp,rtos-offset = <0x330000>; amp,rtos-code-base = <0x6e800000>; - amp,rtos-size = <0x64000>; + amp,rtos-size = <0x100000>; amp,rtos-next-addr = <0x70000000>; }; }; |
