[U-Boot] [PATCH 08/15] x86: Re-order efi-x86_defconfig
Simon Glass
sjg at chromium.org
Mon Jul 27 23:47:24 CEST 2015
Use savedefconfig to get this file into the correct order.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
configs/efi-x86_defconfig | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/configs/efi-x86_defconfig b/configs/efi-x86_defconfig
index 199f320..d4530dd 100644
--- a/configs/efi-x86_defconfig
+++ b/configs/efi-x86_defconfig
@@ -1,17 +1,16 @@
CONFIG_X86=y
CONFIG_VENDOR_EFI=y
+CONFIG_DEFAULT_DEVICE_TREE="efi"
CONFIG_TARGET_EFI=y
CONFIG_TSC_CALIBRATION_BYPASS=y
+# CONFIG_CMD_BOOTM is not set
+# CONFIG_CMD_NET is not set
CONFIG_OF_CONTROL=y
CONFIG_OF_EMBED=y
CONFIG_DM_PCI=y
-CONFIG_DEFAULT_DEVICE_TREE="efi"
-CONFIG_EFI=y
-CONFIG_ARCH_EFI=y
CONFIG_DEBUG_UART=y
CONFIG_DEBUG_UART_EFI=y
CONFIG_DEBUG_UART_BASE=0
CONFIG_DEBUG_UART_CLOCK=0
-# CONFIG_CMD_NET is not set
-# CONFIG_CMD_BOOTM is not set
# CONFIG_X86_SERIAL is not set
+CONFIG_EFI=y
--
2.5.0.rc2.392.g76e840b
More information about the U-Boot
mailing list