Re: [U-Boot] [PATCH 1/2] ARM: kirkwood: Enforce size limit for sheevaplug

2018-06-05 Thread Stefan Roese
On 04.06.2018 09:51, Chris Packham wrote: The u-boot binary sits in flash immediately before the environment. Don't allow the binary size to grow into the environment space. Signed-off-by: Chris Packham Applied to u-boot-marvell/master. Thanks, Stefan

Re: [U-Boot] [PATCH 1/2] ARM: kirkwood: Enforce size limit for sheevaplug

2018-06-04 Thread Stefan Roese
On 04.06.2018 09:51, Chris Packham wrote: The u-boot binary sits in flash immediately before the environment. Don't allow the binary size to grow into the environment space. Signed-off-by: Chris Packham --- This will actually result in a build failure. Which is what we want, at least until

[U-Boot] [PATCH 1/2] ARM: kirkwood: Enforce size limit for sheevaplug

2018-06-04 Thread Chris Packham
The u-boot binary sits in flash immediately before the environment. Don't allow the binary size to grow into the environment space. Signed-off-by: Chris Packham --- This will actually result in a build failure. Which is what we want, at least until