commit | 5cfcf7e0fdb265672dd8ee7d3e881190ed06ff98 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Nov 13 18:54:58 2017 -0700 |
committer | Simon Glass <sjg@chromium.org> | Tue Dec 12 19:53:45 2017 -0700 |
tree | 769e31be159d2fd79182a08f976bc13400f9d087 | |
parent | 00ae40b3ae914150485bb8c74df0c0ecf689c7b7 [diff] |
binman: Add tests binaries with binman symbols For testing we need to build some ELF files containing binman symbols. Add these to the Makefile and check in the binaries: u_boot_binman_syms - normal, valid ELF file u_boot_binman_syms_bad - missing the __image_copy_start symbol u_boot_binman_syms_size - has a binman symbol with an invalid size Signed-off-by: Simon Glass <sjg@chromium.org>