Re: [PATCH v3 7/9] powerpc/ps3: Add check for otheros image size

2020-06-09 Thread Michael Ellerman
On Sat, 2020-05-16 at 16:20:46 UTC, Geoff Levand wrote: > The ps3's otheros flash loader has a size limit of 16 MiB for the > uncompressed image. If that limit will be reached output the > flash image file as 'otheros-too-big.bld'. > > Signed-off-by: Geoff Levand Applied to powerpc next, thanks

[PATCH v3 7/9] powerpc/ps3: Add check for otheros image size

2020-05-16 Thread Geoff Levand
The ps3's otheros flash loader has a size limit of 16 MiB for the uncompressed image. If that limit will be reached output the flash image file as 'otheros-too-big.bld'. Signed-off-by: Geoff Levand --- v2: Change from decimal to hex values. Output an INFO message to screen. v3: Remove the INFO m