summaryrefslogtreecommitdiffstats
path: root/configs/chromebook_samus_defconfig
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2021-01-31 09:17:07 -0700
committerBin Meng <bmeng.cn@gmail.com>2021-02-01 15:33:26 +0800
commit77f898d04095cdccb69c476ba0aa19f257fca64d (patch)
treef8aa36b5f3f5b4cd92d8affb77cf41327d50941c /configs/chromebook_samus_defconfig
parent3138e4603c39a76fa52b38d9ed52cd7e7277c45d (diff)
downloadu-boot-77f898d04095cdccb69c476ba0aa19f257fca64d.tar.gz
u-boot-77f898d04095cdccb69c476ba0aa19f257fca64d.tar.xz
u-boot-77f898d04095cdccb69c476ba0aa19f257fca64d.zip
x86: Reduce size of samus image
With the recent addition of ACPI generation, the image size has got beyond its current limit. Samus does not actually use this, nor x86 emulation for PCI ROMs, so disable both features. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'configs/chromebook_samus_defconfig')
-rw-r--r--configs/chromebook_samus_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/chromebook_samus_defconfig b/configs/chromebook_samus_defconfig
index c0d2b04ccd..71b5f8bdfe 100644
--- a/configs/chromebook_samus_defconfig
+++ b/configs/chromebook_samus_defconfig
@@ -54,6 +54,7 @@ CONFIG_ENV_OVERWRITE=y
CONFIG_SYS_RELOC_GD_ENV_ADDR=y
CONFIG_REGMAP=y
CONFIG_SYSCON=y
+# CONFIG_ACPIGEN is not set
CONFIG_CPU=y
CONFIG_DM_I2C=y
CONFIG_SYS_I2C_DW=y