Re: [PATCH v5 5/6] rockchip: mkimage: Update init size limit for RK3568

2023-02-28 Thread Jagan Teki
On Sun, 26 Feb 2023 at 00:31, Jonas Karlman wrote: > > The current init size limit of 76KiB is too big to fit in the 64KiB SRAM > on RK3568, sync init size limit from vendor u-boot to fix this. > > Set init size limit to 60KiB (-16KiB) for RK3568. > > Signed-off-by: Jonas Karlman > Reviewed-by: K

[PATCH v5 5/6] rockchip: mkimage: Update init size limit for RK3568

2023-02-25 Thread Jonas Karlman
The current init size limit of 76KiB is too big to fit in the 64KiB SRAM on RK3568, sync init size limit from vendor u-boot to fix this. Set init size limit to 60KiB (-16KiB) for RK3568. Signed-off-by: Jonas Karlman Reviewed-by: Kever Yang --- v5: - Split patch in two - Collect r-b tag v4: - O