mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-03 10:17:21 +00:00
mkimage: rockchip: add support for rk3328
Add support for rk3328 package header in mkimage tool. Signed-off-by: Kever Yang <kever.yang@rock-chips.com> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
400b4acf1e
commit
68d12600b1
1 changed files with 1 additions and 0 deletions
|
@ -71,6 +71,7 @@ static struct spl_info spl_infos[] = {
|
|||
{ "rk3036", "RK30", 0x1000, false, false },
|
||||
{ "rk3188", "RK31", 0x8000 - 0x800, true, false },
|
||||
{ "rk3288", "RK32", 0x8000, false, false },
|
||||
{ "rk3328", "RK32", 0x8000 - 0x1000, false, false },
|
||||
{ "rk3399", "RK33", 0x20000, false, true },
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue