commit | 9fa7bbc126d697f1415adbac72bb7f6d978ff50d | [log] [tgz] |
---|---|---|
author | Sascha Silbe <t-uboot@infra-silbe.de> | Sun Aug 11 16:40:45 2013 +0200 |
committer | Anatolij Gustschin <agust@denx.de> | Thu Aug 14 16:01:05 2014 +0200 |
tree | b39696df0d0dbc3f8faf8046208fe05cf906588c | |
parent | feb858012f51e672025a8c12e69077646280b68b [diff] |
openrd: fail build if U-Boot would overlap with environment in flash 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-uboot@infra-silbe.de>