diff options
| author | Tom Rini <trini@konsulko.com> | 2025-05-08 08:29:17 -0600 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2025-05-08 08:29:17 -0600 |
| commit | ac204f07b28aedc26ffe0c52f919cda01fc01361 (patch) | |
| tree | 33fe13ac25eb27eb9e90e436f6fb6319f9a84e94 /include | |
| parent | 48db49b0977cc1c9c9abf82c0fb704238fcef4fd (diff) | |
| parent | 115a0cb9a28e0e85c9bf8680c537f087e3b15abc (diff) | |
Merge tag 'u-boot-rockchip-20250508' of https://source.denx.de/u-boot/custodians/u-boot-rockchip
CI: https://source.denx.de/u-boot/custodians/u-boot-rockchip/-/pipelines/26117
- New Board support: rk3566 LCKFB TaishanPi, rk3588 Xunlong Orange Pi 5
Max;
- Add rk3288 rmii support;
- pinctrl driver fix;
- binman description update;
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/px30_common.h | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/include/configs/px30_common.h b/include/configs/px30_common.h index d0539003fd5..2a3dc362f98 100644 --- a/include/configs/px30_common.h +++ b/include/configs/px30_common.h @@ -18,12 +18,14 @@ #define ENV_MEM_LAYOUT_SETTINGS \ "scriptaddr=0x00500000\0" \ + "script_offset_f=0xffe000\0" \ + "script_size_f=0x2000\0" \ "pxefile_addr_r=0x00600000\0" \ - "fdt_addr_r=0x08300000\0" \ - "fdtoverlay_addr_r=0x08400000\0" \ - "kernel_addr_r=0x00280000\0" \ - "ramdisk_addr_r=0x0a200000\0" \ - "kernel_comp_addr_r=0x03e80000\0" \ + "fdt_addr_r=0x01e00000\0" \ + "fdtoverlay_addr_r=0x01f00000\0" \ + "kernel_addr_r=0x02080000\0" \ + "ramdisk_addr_r=0x06000000\0" \ + "kernel_comp_addr_r=0x08000000\0" \ "kernel_comp_size=0x2000000\0" #define CFG_EXTRA_ENV_SETTINGS \ |
