Skip to content
Snippets Groups Projects
Commit 5f30bf76 authored by Kever Yang's avatar Kever Yang Committed by Simon Glass
Browse files

mkimage: rockchip: add suport for rk33 serial


Add support for rockchip rk33 series Soc like rk3368 and rk3399

Signed-off-by: default avatarKever Yang <kever.yang@rock-chips.com>
Acked-by: default avatarSimon Glass <sjg@chromium.org>
parent e0f5dbcb
No related branches found
No related tags found
No related merge requests found
......@@ -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] = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment