Skip to content
Commit b87064c2 authored by Simon Glass's avatar Simon Glass
Browse files

binman: Allow support for writing a size symbol to binaries



It is useful to be able to access the size of an image in SPL, with
something like:

binman_sym_declare(unsigned long, u_boot_any, size);

...
   ulong u_boot_size = binman_sym(ulong, u_boot_any, size);

Add support for this and update the tests.

Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
parent eb0086fa
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment