Re: [U-Boot] [PATCH 3/3] openrd: fail build if U-Boot would overlap with environment in flash

2014-08-14 Thread Anatolij Gustschin
On Sun, 11 Aug 2013 16:40:45 +0200 Sascha Silbe t-ub...@infra-silbe.de wrote: Set CONFIG_BOARD_SIZE_LIMIT so we'll notice at build time if U-Boot has grown so large that it would overlap with the environment area in flash, rather than bricking the device at run-time on first saveenv.

[U-Boot] [PATCH 3/3] openrd: fail build if U-Boot would overlap with environment in flash

2013-08-11 Thread Sascha Silbe
Set CONFIG_BOARD_SIZE_LIMIT so we'll notice at build time if U-Boot has grown so large that it would overlap with the environment area in flash, rather than bricking the device at run-time on first saveenv. Signed-off-by: Sascha Silbe t-ub...@infra-silbe.de --- include/configs/openrd.h | 5 +