diff options
author | Bin Meng | 2016-02-02 05:58:03 -0800 |
---|---|---|
committer | Bin Meng | 2016-02-05 12:47:23 +0800 |
commit | e1d1b62be1c0412be9f919c95142acd1d6c381f2 (patch) | |
tree | e5ae8c47b0a2447d893bad9d6a28717d6e0c88d5 /include/configs/efi-x86.h | |
parent | 5a257df702e5702f46fca548d0899c65e90df947 (diff) |
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 'include/configs/efi-x86.h')
-rw-r--r-- | include/configs/efi-x86.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/efi-x86.h b/include/configs/efi-x86.h index 258a83f9de8..7fb37f06b88 100644 --- a/include/configs/efi-x86.h +++ b/include/configs/efi-x86.h @@ -13,9 +13,6 @@ #undef CONFIG_TPM_TIS_BASE_ADDRESS -#undef CONFIG_CMD_IMLS - -#undef CONFIG_X86_SERIAL #undef CONFIG_ENV_IS_IN_SPI_FLASH #define CONFIG_ENV_IS_NOWHERE #undef CONFIG_VIDEO |