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

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 2/2] ARM: kirkwood: Enforce size limit for guruplug

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 --- include/configs/guruplug.h | 5 + 1 file changed, 5 insertions(+)

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

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 --- include/configs/guruplug.h | 5 + 1 file changed, 5 insertions(+) diff --git a/include/configs/guruplug.h