commit | 9e2c1fefdeb5a5f9306282999867bbb4584be899 | [log] [tgz] |
---|---|---|
author | Masami Hiramatsu <masami.hiramatsu@linaro.org> | Mon Jul 12 19:36:39 2021 +0900 |
committer | Tom Rini <trini@konsulko.com> | Fri Jul 23 18:53:45 2021 -0400 |
tree | 5e6e08f0fd91379d535df5a18016a4a20bb2e6dc | |
parent | f4f11985bd67cb3b99cbf1836ac076e91f46cccb [diff] |
configs: synquacer: Use RAW capsule image instead of FIT Since the recent commit; commit b891ff18f899 ("efi_loader: Force a single FMP instance per hardware store") forces a single FMP instances for a storage, we can not enable both RAW and FIT capsule image support at once. Since RAW capsule image support is simpler than FIT, enable RAW capsule image instead of FIT by default. Signed-off-by: Masami Hiramatsu <masami.hiramatsu@linaro.org>