mirror of
https://github.com/armbian/build.git
synced 2025-08-10 21:26:59 +02:00
* 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
13 lines
502 B
Diff
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 },
|
|
};
|
|
|