mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
rockchip: rk3368: mkimage: add support for the RK3368
This commit adds support for RK3368 SoC in mkimage. Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
9a8f009f24
commit
0da5c2e779
1 changed files with 1 additions and 0 deletions
|
@ -77,6 +77,7 @@ static struct spl_info spl_infos[] = {
|
|||
{ "rk322x", "RK32", 0x8000 - 0x1000, false, false },
|
||||
{ "rk3288", "RK32", 0x8000, false, false },
|
||||
{ "rk3328", "RK32", 0x8000 - 0x1000, false, false },
|
||||
{ "rk3368", "RK33", 0x8000 - 0x1000, false, true },
|
||||
{ "rk3399", "RK33", 0x30000 - 0x2000, false, true },
|
||||
{ "rv1108", "RK11", 0x1800, false, false},
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue