Home
last modified time | relevance | path

Searched hist:"89742924 c8e1c003362b970a2d2998a61e1ca420" (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/
H A DMakefile89742924c8e1c003362b970a2d2998a61e1ca420 Mon Jun 02 23:04:47 CDT 2014 Simon Glass <sjg@chromium.org> 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>