]> git.ipfire.org Git - people/ms/u-boot.git/commit - Makefile
Check that u-boot.bin size looks correct
authorSimon Glass <sjg@chromium.org>
Tue, 3 Jun 2014 04:04:47 +0000 (22:04 -0600)
committerTom Rini <trini@ti.com>
Wed, 11 Jun 2014 20:25:39 +0000 (16:25 -0400)
commit89742924c8e1c003362b970a2d2998a61e1ca420
treebb92fb4f05af8d229c13e066b74c92c42d4e215d
parent6469a34678e77ae3e10dd8e5ced89b2c348b46ea
Check that u-boot.bin size looks correct

Check that the image size matches the size we get from u-boot.bin. If it
doesn't, that generally means that some extra sections are being added to
u-boot.bin, meaning that it is not possible to access data appended to
the U-Boot binary. This is used for device tree, so needs to work.

This problem was introduced by commit b02bfc4. By adding a test we can
prevent a reccurence.

Signed-off-by: Simon Glass <sjg@chromium.org>
Makefile