armbian_build/patch/u-boot/legacy/board_rock-3a/general-soc-based-image-names.patch
Igor Pečovnik de26797423
Move all legacy u-boot patches under one general legacy folder (#4386)
* Move all legacy u-boot patches under one general legacy folder

* Move 32b Rockchip under 2022.04 and legacy for Miqi

Tested

* Move Rock 3A patch dir under legacy

* Move / merge meson64 patch folder into v2022.07

Merge 2022.04 (mainly Rockchip 32) into 2022.07, tested

* Remove not needed patch

* Add last kernel version to config
2022-11-06 20:32:46 +01:00

13 lines
502 B
Diff

diff --git a/tools/rkcommon.c b/tools/rkcommon.c
index 738e365d74..4655de9b4d 100644
--- a/tools/rkcommon.c
+++ b/tools/rkcommon.c
@@ -136,6 +136,7 @@ static struct spl_info spl_infos[] = {
{ "rv1108", "RK11", 0x1800, false, RK_HEADER_V1 },
{ "rv1126", "110B", 0x10000 - 0x1000, false, RK_HEADER_V1 },
{ "rk1808", "RK18", 0x200000 - 0x2000, false, RK_HEADER_V1 },
+ { "rk3566", "RK35", 0x10000 - 0x1000, false, RK_HEADER_V2 },
{ "rk3568", "RK35", 0x10000 - 0x1000, false, RK_HEADER_V2 },
};