mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
rockchip: mkimage: Add support rk3188 serial
Add the entry for the rk3188 requiring rc4-encryption of the SPL. Signed-off-by: Heiko Stuebner <heiko@sntech.de> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
This commit is contained in:
parent
cfbcdade76
commit
162c46d5ee
1 changed files with 1 additions and 0 deletions
|
@ -57,6 +57,7 @@ struct spl_info {
|
|||
|
||||
static struct spl_info spl_infos[] = {
|
||||
{ "rk3036", "RK30", 0x1000, false },
|
||||
{ "rk3188", "RK31", 0x8000 - 0x800, true },
|
||||
{ "rk3288", "RK32", 0x8000, false },
|
||||
{ "rk3399", "RK33", 0x20000, false },
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue