diff options
| author | Heiko Stübner <[email protected]> | 2017-02-18 19:46:28 +0100 |
|---|---|---|
| committer | Simon Glass <[email protected]> | 2017-03-16 16:03:44 -0600 |
| commit | 162c46d5ee7135fcc52bb56156ab66a885537b7b (patch) | |
| tree | 3fdc6712c391ac59dea3da5b4d100217b1822579 | |
| parent | cfbcdade763c87c7dde52020b8b98d399540ede2 (diff) | |
rockchip: mkimage: Add support rk3188 serial
Add the entry for the rk3188 requiring rc4-encryption of the SPL.
Signed-off-by: Heiko Stuebner <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Reviewed-by: Kever Yang <[email protected]>
| -rw-r--r-- | tools/rkcommon.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/rkcommon.c b/tools/rkcommon.c index ed9b24137a0..6595e02c1c5 100644 --- a/tools/rkcommon.c +++ b/tools/rkcommon.c @@ -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 }, }; |
