mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
mkimage: rockchip: add suport for rk33 serial
Add support for rockchip rk33 series Soc like rk3368 and rk3399 Signed-off-by: Kever Yang <kever.yang@rock-chips.com> Acked-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
c3aad6f65b
commit
9191090e34
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ struct spl_info {
|
|||
static struct spl_info spl_infos[] = {
|
||||
{ "rk3036", "RK30", 0x1000 },
|
||||
{ "rk3288", "RK32", 0x8000 },
|
||||
{ "rk33xx", "RK33", 0x20000 },
|
||||
{ "rk3399", "RK33", 0x20000 },
|
||||
};
|
||||
|
||||
static unsigned char rc4_key[16] = {
|
||||
|
|
Loading…
Reference in a new issue