commit | d60515272c559b4cbe9bf08393c0e09a26f71872 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Nov 13 18:54:59 2017 -0700 |
committer | Simon Glass <sjg@chromium.org> | Tue Dec 12 19:53:45 2017 -0700 |
tree | 436e8ae220835791a97cf7357b1107b593d06a44 | |
parent | ff33925513347c893e78111226ad39979463adbe [diff] |
binman: Adjust size of test SPL binary This is only 3 bytes long which is not enough to hold two symbol values, needed to test the binman symbols feature. Increase it to 15 bytes. Using very small regions is useful since we can easily compare them in tests and errors are fairly easy to diagnose. Signed-off-by: Simon Glass <sjg@chromium.org>