commit | ea45eed590aceef171681bc5f888886a8459bb07 | [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 | 4b9c17c99141dd53a8f0c14a2e5db454aa0a9692 [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>