commit | a26d8febd49d61d461b5a27b4ca6e0c2777c9ac6 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Mar 22 08:22:53 2021 +1300 |
committer | Simon Glass <sjg@chromium.org> | Mon Mar 22 19:23:25 2021 +1300 |
tree | 60d19865bfcf3d673506bc78a82cf866e79d4546 | |
parent | b9f028f8367f7391fecbd1217034d33276fc372b [diff] |
azure: Use --board flag with sandbox_spl At present there is only one board which uses sandbox SPL. But with sandbox_noinst being added, this is no longer true. Add a --board flag so that we just build one board on azure, as is done in gitlab. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>