commit | d0af04cd8d5c72abd7ec74c67614eb14465f29b8 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Jul 30 15:52:33 2022 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Aug 12 08:17:11 2022 -0400 |
tree | d62ab0190119a5133e28fa7f9a862e6097e75311 | |
parent | 0a9f426e4dec1890144afa1d06ab4f956a47bc2b [diff] [blame] |
vbe: Support VBE simple Add support for VBE simple, which permits firmware update of a single image stored in MMC or another block device. Signed-off-by: Simon Glass <sjg@chromium.org>
diff --git a/boot/Makefile b/boot/Makefile index c52c969..67e3352 100644 --- a/boot/Makefile +++ b/boot/Makefile
@@ -48,3 +48,4 @@ endif obj-$(CONFIG_$(SPL_TPL_)BOOTMETH_VBE) += vbe.o +obj-$(CONFIG_$(SPL_TPL_)BOOTMETH_VBE_SIMPLE) += vbe_simple.o