mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
rockchip: mkimage: add support for rk322x soc
Add support for rk322x package header in mkimage tool. Signed-off-by: Kever Yang <kever.yang@rock-chips.com> Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
This commit is contained in:
parent
3ee7e68739
commit
236776d63f
1 changed files with 1 additions and 0 deletions
|
@ -74,6 +74,7 @@ struct spl_info {
|
|||
static struct spl_info spl_infos[] = {
|
||||
{ "rk3036", "RK30", 0x1000, false, false },
|
||||
{ "rk3188", "RK31", 0x8000 - 0x800, true, false },
|
||||
{ "rk322x", "RK32", 0x8000 - 0x1000, false, false },
|
||||
{ "rk3288", "RK32", 0x8000, false, false },
|
||||
{ "rk3328", "RK32", 0x8000 - 0x1000, false, false },
|
||||
{ "rk3399", "RK33", 0x30000 - 0x2000, false, true },
|
||||
|
|
Loading…
Reference in a new issue