Files
build/patch/u-boot/u-boot-rk35xx/board_rock-3a/general-soc-based-image-names.patch
catalinii f6143eff67 Fix the uboot for rock-3a (#3271)
* Sync kernel config with radxa and remove packaging patch

* Merge the rockchip64 legacy config as well

* Lower priority of EFI partitioning against DOS partitioning which is used by Armbian

Co-authored-by: Catalin Toda <catalinii@yahoo.com>
2021-12-25 11:57:26 -05: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 },
};