Skip to content
Snippets Groups Projects
Commit 89742924 authored by Simon Glass's avatar Simon Glass Committed by Tom Rini
Browse files

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 b02bfc4d. By adding a test we can
prevent a reccurence.

Signed-off-by: Simon Glass's avatarSimon Glass <sjg@chromium.org>
parent 6469a346
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment