mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
- rebased 2 patches - moved null patches for dts & defconfigs to `dt` / `defconfig` dirs - rename defconfigs since we're at it; use board-specific only - defconfigs re-saved
25 lines
864 B
Diff
25 lines
864 B
Diff
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
From: Piotr Szczepanik <piter75@gmail.com>
|
|
Date: Mon, 6 Dec 2021 22:36:12 +0100
|
|
Subject: Add SoC based image name (rk3566) to rk35xx u-boot
|
|
|
|
---
|
|
tools/rkcommon.c | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/tools/rkcommon.c b/tools/rkcommon.c
|
|
index 111111111111..222222222222 100644
|
|
--- a/tools/rkcommon.c
|
|
+++ b/tools/rkcommon.c
|
|
@@ -140,6 +140,7 @@ static struct spl_info spl_infos[] = {
|
|
{ "rk1808", "RK18", 0x200000 - 0x2000, false, RK_HEADER_V1 },
|
|
{ "rk3528", "RK35", 0x10000 - 0x1000, false, RK_HEADER_V2 },
|
|
{ "rk3562", "RK35", 0x10000 - 0x1000, false, RK_HEADER_V2 },
|
|
+ { "rk3566", "RK35", 0x10000 - 0x1000, false, RK_HEADER_V2 },
|
|
{ "rk3568", "RK35", 0x10000 - 0x1000, false, RK_HEADER_V2 },
|
|
{ "rk3588", "RK35", 0x100000 - 0x1000, false, RK_HEADER_V2 },
|
|
};
|
|
--
|
|
Armbian
|
|
|