summaryrefslogtreecommitdiffstats
path: root/configs/efi-x86_defconfig
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-08-10 07:05:05 -0600
committerSimon Glass <sjg@chromium.org>2015-08-14 03:24:21 -0600
commit1adafd40bbe4282ff72ece5a7d80c8eb29061aff (patch)
tree6112552fc9f788a322347cab058a0ee5f69a2162 /configs/efi-x86_defconfig
parent76c3fbcd3db61b9a3d9c38b0c18968322c5b1588 (diff)
downloadtalos-obmc-uboot-1adafd40bbe4282ff72ece5a7d80c8eb29061aff.tar.gz
talos-obmc-uboot-1adafd40bbe4282ff72ece5a7d80c8eb29061aff.zip
x86: Re-order efi-x86_defconfig
Use savedefconfig to get this file into the correct order. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'configs/efi-x86_defconfig')
-rw-r--r--configs/efi-x86_defconfig10
1 files changed, 5 insertions, 5 deletions
diff --git a/configs/efi-x86_defconfig b/configs/efi-x86_defconfig
index 1aa0655a17..43fb0c45df 100644
--- a/configs/efi-x86_defconfig
+++ b/configs/efi-x86_defconfig
@@ -1,16 +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_EFI_APP=y
CONFIG_DEBUG_UART=y
CONFIG_DEBUG_EFI_CONSOLE=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
OpenPOWER on IntegriCloud