summaryrefslogtreecommitdiffstats
path: root/configs/efi-x86_defconfig
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2016-02-02 05:58:03 -0800
committerBin Meng <bmeng.cn@gmail.com>2016-02-05 12:47:23 +0800
commite1d1b62be1c0412be9f919c95142acd1d6c381f2 (patch)
treee5ae8c47b0a2447d893bad9d6a28717d6e0c88d5 /configs/efi-x86_defconfig
parent5a257df702e5702f46fca548d0899c65e90df947 (diff)
downloadtalos-obmc-uboot-e1d1b62be1c0412be9f919c95142acd1d6c381f2.tar.gz
talos-obmc-uboot-e1d1b62be1c0412be9f919c95142acd1d6c381f2.zip
efi: app: Clean up defconfig
Move some #undef from efi-x86.h to efi-x86_defconfig as these are already Kconfig options. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs/efi-x86_defconfig')
-rw-r--r--configs/efi-x86_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/efi-x86_defconfig b/configs/efi-x86_defconfig
index 943ef07638..b4cbd5fc5d 100644
--- a/configs/efi-x86_defconfig
+++ b/configs/efi-x86_defconfig
@@ -3,6 +3,7 @@ CONFIG_VENDOR_EFI=y
CONFIG_DEFAULT_DEVICE_TREE="efi"
CONFIG_TARGET_EFI=y
# CONFIG_CMD_BOOTM is not set
+# CONFIG_CMD_IMLS is not set
CONFIG_CMD_GPIO=y
# CONFIG_CMD_NET is not set
CONFIG_OF_CONTROL=y
@@ -13,6 +14,5 @@ CONFIG_DEBUG_EFI_CONSOLE=y
CONFIG_DEBUG_UART_BASE=0
CONFIG_DEBUG_UART_CLOCK=0
CONFIG_ICH_SPI=y
-# CONFIG_X86_SERIAL is not set
CONFIG_TIMER=y
CONFIG_EFI=y
OpenPOWER on IntegriCloud