diff options
author | Tom Rini <trini@konsulko.com> | 2023-01-16 20:58:37 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-01-16 20:58:37 -0500 |
commit | 4a986156258d456237d0dda753a39afbddf9dcfd (patch) | |
tree | 40a4bf69c2591234635709de1a3d342d7557b2de /common | |
parent | 348064ee2c8f9494b91b55729ac60c5db79ef129 (diff) | |
parent | c925be73a0a8b1d90060c4b5255a2d9e87967e23 (diff) |
Merge tag 'u-boot-rockchip-20230117' of https://source.denx.de/u-boot/custodians/u-boot-rockchip
- Add support for rv1126 soc and rv1126 neu2 io board;
- Add support for rk3399 pine64 pinephone pro board;
- dts sync from linux for rk3399 and px30;
- Add support for PX30 Ringneck SoM board;
Diffstat (limited to 'common')
-rw-r--r-- | common/spl/Kconfig.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/spl/Kconfig.tpl b/common/spl/Kconfig.tpl index e314b793a2..1874f9db4f 100644 --- a/common/spl/Kconfig.tpl +++ b/common/spl/Kconfig.tpl @@ -132,7 +132,7 @@ config TPL_TEXT_BASE config TPL_MAX_SIZE hex "Maximum size (in bytes) for the TPL stage" default 0x2e000 if ROCKCHIP_RK3399 - default 0x8000 if ROCKCHIP_RK3288 + default 0x8000 if ROCKCHIP_RK3288 || ROCKCHIP_RV1126 default 0x7000 if ROCKCHIP_RK322X || ROCKCHIP_RK3328 || ROCKCHIP_RK3368 default 0x2800 if ROCKCHIP_PX30 default 0x0 |