summaryrefslogtreecommitdiff
path: root/tools/rkcommon.c
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-04-19 08:50:23 -0400
committerTom Rini <trini@konsulko.com>2022-04-19 08:50:40 -0400
commit9acf3726b654d06c50c07c3f45da9eb1cbbadf34 (patch)
tree802eb2b08a09c721c877bb1c99536faced5accb6 /tools/rkcommon.c
parentaec75a3d1d8ad9268881c8e9d03bc205b5063848 (diff)
parentdcaaefdc0a7b3052e513b0e5dd2b00be4436386b (diff)
Merge tag 'u-boot-rockchip-20220418' of https://source.denx.de/u-boot/custodians/u-boot-rockchip
- Add rk3066 SoC support; - Add rk3066 MK808 board support; - dts sync from kernel for rk322x, rk3288; - some other board level config update;
Diffstat (limited to 'tools/rkcommon.c')
-rw-r--r--tools/rkcommon.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/rkcommon.c b/tools/rkcommon.c
index ff62c75caad..0db45c2d41c 100644
--- a/tools/rkcommon.c
+++ b/tools/rkcommon.c
@@ -123,6 +123,7 @@ struct spl_info {
static struct spl_info spl_infos[] = {
{ "px30", "RK33", 0x2800, false, RK_HEADER_V1 },
{ "rk3036", "RK30", 0x1000, false, RK_HEADER_V1 },
+ { "rk3066", "RK30", 0x8000 - 0x800, true, RK_HEADER_V1 },
{ "rk3128", "RK31", 0x1800, false, RK_HEADER_V1 },
{ "rk3188", "RK31", 0x8000 - 0x800, true, RK_HEADER_V1 },
{ "rk322x", "RK32", 0x8000 - 0x1000, false, RK_HEADER_V1 },