Re: [PATCH 2/3] ARM: renesas: Set R-Car Gen2 board size limit to 512 kiB

2024-02-12 Thread Paul Barker
On 11/02/2024 17:34, Marek Vasut wrote: > The maximum size of u-boot.img on R-Car Gen2 is 0x8 or 512 kiB, > set the limit to avoid overflows as new functionality gets pulled in. > > Signed-off-by: Marek Vasut > --- > Cc: Niklas Söderlund > Cc: Paul Barker > --- > Kconfig | 3 ++- > 1 file

[PATCH 2/3] ARM: renesas: Set R-Car Gen2 board size limit to 512 kiB

2024-02-11 Thread Marek Vasut
The maximum size of u-boot.img on R-Car Gen2 is 0x8 or 512 kiB, set the limit to avoid overflows as new functionality gets pulled in. Signed-off-by: Marek Vasut --- Cc: Niklas Söderlund Cc: Paul Barker --- Kconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git