mirror of
https://github.com/linux-sunxi/u-boot-sunxi.git
synced 2024-02-12 11:16:03 +08: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:
@ -56,6 +56,7 @@ struct spl_info {
|
||||
static struct spl_info spl_infos[] = {
|
||||
{ "rk3036", "RK30", 0x1000 },
|
||||
{ "rk3288", "RK32", 0x8000 },
|
||||
{ "rk33xx", "RK33", 0x20000 },
|
||||
};
|
||||
|
||||
static unsigned char rc4_key[16] = {
|
||||
|
Reference in New Issue
Block a user