Commit e1d1b62be1c0412be9f919c95142acd1d6c381f2

Authored by Bin Meng
1 parent 5a257df702

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>

Showing 2 changed files with 1 additions and 4 deletions Side-by-side Diff

configs/efi-x86_defconfig
... ... @@ -3,6 +3,7 @@
3 3 CONFIG_DEFAULT_DEVICE_TREE="efi"
4 4 CONFIG_TARGET_EFI=y
5 5 # CONFIG_CMD_BOOTM is not set
  6 +# CONFIG_CMD_IMLS is not set
6 7 CONFIG_CMD_GPIO=y
7 8 # CONFIG_CMD_NET is not set
8 9 CONFIG_OF_CONTROL=y
... ... @@ -13,7 +14,6 @@
13 14 CONFIG_DEBUG_UART_BASE=0
14 15 CONFIG_DEBUG_UART_CLOCK=0
15 16 CONFIG_ICH_SPI=y
16   -# CONFIG_X86_SERIAL is not set
17 17 CONFIG_TIMER=y
18 18 CONFIG_EFI=y
include/configs/efi-x86.h
... ... @@ -13,9 +13,6 @@
13 13  
14 14 #undef CONFIG_TPM_TIS_BASE_ADDRESS
15 15  
16   -#undef CONFIG_CMD_IMLS
17   -
18   -#undef CONFIG_X86_SERIAL
19 16 #undef CONFIG_ENV_IS_IN_SPI_FLASH
20 17 #define CONFIG_ENV_IS_NOWHERE
21 18 #undef CONFIG_VIDEO