diff options
| author | Kever Yang <[email protected]> | 2016-07-18 09:35:26 +0800 |
|---|---|---|
| committer | Simon Glass <[email protected]> | 2016-07-25 20:46:45 -0600 |
| commit | 9191090e34d036ef103931beaa05fa6401390beb (patch) | |
| tree | 86847daf876cdda4a89b97dbd0774602ebe05689 | |
| parent | c3aad6f65b3fb574e1a73c686d8793dee00c5819 (diff) | |
mkimage: rockchip: add suport for rk33 serial
Add support for rockchip rk33 series Soc like rk3368 and rk3399
Signed-off-by: Kever Yang <[email protected]>
Acked-by: Simon Glass <[email protected]>
| -rw-r--r-- | tools/rkcommon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/rkcommon.c b/tools/rkcommon.c index 9ec7eb23d89..0a072aa83ce 100644 --- a/tools/rkcommon.c +++ b/tools/rkcommon.c @@ -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] = { |
