commit | 3f8ff01beba998c472f1a2080e719150326d09b1 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Aug 24 07:23:05 2019 -0600 |
committer | Simon Glass <sjg@chromium.org> | Tue Oct 15 08:40:02 2019 -0600 |
tree | 56de0dcd05c98a0d616d7a20b8511e3b896559dc | |
parent | 4e353e2510c09966ba15fec30c30df4a32983688 [diff] |
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: Simon Glass <sjg@chromium.org>