commit | 1fac4b4b70e36259a51a0408a24a2fc7db5e2f9f | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Jun 02 22:04:47 2014 -0600 |
committer | Tom Rini <trini@ti.com> | Wed Jun 11 16:25:39 2014 -0400 |
tree | bb92fb4f05af8d229c13e066b74c92c42d4e215d | |
parent | 5cb08fad28b05c899b8ff4564bd485e1654327a3 [diff] |
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>