Searched hist:f3a14d377e2fb4e48026810fbf67e189a5e5f515 (Results 1 – 1 of 1) sorted by relevance
/openbmc/u-boot/ |
H A D | Makefile | f3a14d377e2fb4e48026810fbf67e189a5e5f515 Wed Oct 13 21:58:23 CDT 2010 Mike Frysinger <vapier@gentoo.org> Makefile: allow boards to check file size limits
Boards often have a reserved size limit on the flash where they're stored. Sometimes during upgrades or config changes, those limits are exceeded, but no one notices until they try to upgrade and the limit screws things up. Either not enough of U-Boot is written to flash (and so the reboot fails), or too much is written (and so things after it get clobbered).
So allow boards to declare a size limit (in bytes) and have the build system check it while building.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
|