diff options
author | Simon Glass <sjg@chromium.org> | 2023-05-04 16:50:50 -0600 |
---|---|---|
committer | Bin Meng <bmeng@tinylab.org> | 2023-05-11 10:25:29 +0800 |
commit | 94c11e96fd07d46238efe5e5717bc84ffc890443 (patch) | |
tree | 5e6ac8ac1294df9657b765b72fdd623779125075 | |
parent | 5b465beac634d65ca5097568a8f4e9e1d61013e2 (diff) | |
download | u-boot-94c11e96fd07d46238efe5e5717bc84ffc890443.tar.gz |
x86: samus: Drop EFI_LOADER
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>
-rw-r--r-- | configs/chromebook_samus_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/chromebook_samus_defconfig b/configs/chromebook_samus_defconfig index b933a2352e..0d20891d2b 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 |