diff mbox series

[v3,06/17] x86: samus: Drop EFI_LOADER

Message ID 20230504225101.2366414-7-sjg@chromium.org
State Accepted
Commit 94c11e96fd07d46238efe5e5717bc84ffc890443
Delegated to: Bin Meng
Headers show
Series x86: Various fixes for chromebooks | expand

Commit Message

Simon Glass May 4, 2023, 10:50 p.m. UTC
This adds a lot of code so that it cannot be built with the binary
blobs. It is not used on this board. Drop it.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
---

Changes in v3:
- Fix 'build' typo

 configs/chromebook_samus_defconfig | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/configs/chromebook_samus_defconfig b/configs/chromebook_samus_defconfig
index b933a2352e3..0d20891d2bc 100644
--- a/configs/chromebook_samus_defconfig
+++ b/configs/chromebook_samus_defconfig
@@ -84,3 +84,4 @@  CONFIG_FRAMEBUFFER_SET_VESA_MODE=y
 CONFIG_FRAMEBUFFER_VESA_MODE_11A=y
 CONFIG_TPM=y
 # CONFIG_GZIP is not set
+# CONFIG_EFI_LOADER is not set