mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-30 08:07:59 +00:00
rockchip: mkimage: Add support for rk3568 SoC
rk3568 is the first SoC which supports idb header v2. Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
This commit is contained in:
parent
8935e5299d
commit
376b08d0f1
1 changed files with 1 additions and 0 deletions
|
@ -132,6 +132,7 @@ static struct spl_info spl_infos[] = {
|
||||||
{ "rk3368", "RK33", 0x8000 - 0x1000, false, RK_HEADER_V1 },
|
{ "rk3368", "RK33", 0x8000 - 0x1000, false, RK_HEADER_V1 },
|
||||||
{ "rk3399", "RK33", 0x30000 - 0x2000, false, RK_HEADER_V1 },
|
{ "rk3399", "RK33", 0x30000 - 0x2000, false, RK_HEADER_V1 },
|
||||||
{ "rv1108", "RK11", 0x1800, false, RK_HEADER_V1 },
|
{ "rv1108", "RK11", 0x1800, false, RK_HEADER_V1 },
|
||||||
|
{ "rk3568", "RK35", 0x14000 - 0x1000, false, RK_HEADER_V2 },
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Reference in a new issue