summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorJagan Teki <[email protected]>2022-12-14 23:21:05 +0530
committerKever Yang <[email protected]>2023-01-16 18:01:11 +0800
commitffb191e458cfbd6584b62b10757f2e68072862cc (patch)
treeb027a30ae1054fc10dd8b5bd9913688457dd12ef /common
parent2204a8c90aef05f0cbded2088dd56c10b3af70c1 (diff)
arm: rockchip: Add RV1126 arch core support
Rockchip RV1126 is a high-performance vision processor SoC for IPC/CVR, especially for AI related application. Add arch core support for it. Signed-off-by: Jagan Teki <[email protected]> Signed-off-by: Kever Yang <[email protected]> Reviewed-by: Kever Yang <[email protected]> Change-Id: I22fde40ec375e3c6aba39808abf252edc45d4b04
Diffstat (limited to 'common')
-rw-r--r--common/spl/Kconfig.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/spl/Kconfig.tpl b/common/spl/Kconfig.tpl
index e314b793a2e..1874f9db4f9 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