mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-09 03:21:51 +00: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
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue