diff options
| author | Tom Rini <[email protected]> | 2025-12-15 11:20:43 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-12-15 11:20:43 -0600 |
| commit | 41eddd89235303309ea4e8f2d1f5a076605ee8ce (patch) | |
| tree | a186ea2a6d40ebac338fc67b61947caa5ba655b5 /boot | |
| parent | 87d85139a96a39429120cca838e739408ef971a2 (diff) | |
| parent | 0ed7abc85d1664a3d7432795a7126ff6a1d01147 (diff) | |
Merge tag 'u-boot-rockchip-20251214' of https://source.denx.de/u-boot/custodians/u-boot-rockchip
CI: https://source.denx.de/u-boot/custodians/u-boot-rockchip/-/pipelines/28748
Please pull the updates for rockchip platform:
- New Board support: rk3588 Radxa ROCK 5T, ROCK 5B+;
- I2C Fixes;
- RAM boot from maskrom;
Diffstat (limited to 'boot')
| -rw-r--r-- | boot/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/boot/Kconfig b/boot/Kconfig index 85f4d468069..245e120c70b 100644 --- a/boot/Kconfig +++ b/boot/Kconfig @@ -275,6 +275,9 @@ config SPL_LOAD_FIT_ADDRESS hex "load address of fit image" depends on SPL_LOAD_FIT default 0x44000000 if ARCH_IMX8M + default 0x60080000 if ARCH_ROCKCHIP && SPL_TEXT_BASE = 0x60000000 + default 0x40200000 if ARCH_ROCKCHIP && SPL_TEXT_BASE = 0x40000000 + default 0x00200000 if ARCH_ROCKCHIP && SPL_TEXT_BASE = 0x00000000 default 0x0 help Specify the load address of the fit image that will be loaded |
