mirror of
https://github.com/u-boot/u-boot.git
synced 2024-11-26 05:34:30 +08:00
rockchip: mkimage: add support for px30
Add the table entry for px30 socs. The px30 has 10K of sram available. Signed-off-by: Kever Yang <kever.yang@rock-chips.com> Signed-off-by: Heiko Stuebner <heiko.stuebner@theobroma-systems.com> Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
This commit is contained in:
parent
b079118400
commit
c6e66b12e4
@ -67,6 +67,7 @@ struct spl_info {
|
||||
};
|
||||
|
||||
static struct spl_info spl_infos[] = {
|
||||
{ "px30", "RK33", 0x2800, false },
|
||||
{ "rk3036", "RK30", 0x1000, false },
|
||||
{ "rk3128", "RK31", 0x1800, false },
|
||||
{ "rk3188", "RK31", 0x8000 - 0x800, true },
|
||||
|
Loading…
Reference in New Issue
Block a user