mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
* 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>
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 },
|
|
};
|
|
|