mirror of
https://github.com/linux-sunxi/u-boot-sunxi.git
synced 2024-02-12 11:16:03 +08:00
rockchip: mkimage: Add support for RV1108
Add support to mkimage for rv1108 soc, the max spl code size for rv1108 is 6kb, and the spl code should be packed by rksd, wether boot from emmc or spi nor flash. Signed-off-by: Andy Yan <andy.yan@rock-chips.com> Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@ -77,6 +77,7 @@ static struct spl_info spl_infos[] = {
|
||||
{ "rk3288", "RK32", 0x8000, false, false },
|
||||
{ "rk3328", "RK32", 0x8000 - 0x1000, false, false },
|
||||
{ "rk3399", "RK33", 0x20000, false, true },
|
||||
{ "rv1108", "RK11", 0x1800, false, false},
|
||||
};
|
||||
|
||||
static unsigned char rc4_key[16] = {
|
||||
|
Reference in New Issue
Block a user