summaryrefslogtreecommitdiffstats
path: root/include/configs/efi-x86.h
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2016-02-02 05:58:04 -0800
committerBin Meng <bmeng.cn@gmail.com>2016-02-05 12:47:23 +0800
commit50c88e4ad2f2381d3c175307d91046f14c82c991 (patch)
tree0a7eeaf9c92cb376727ca6c44eabee6f4924f4b5 /include/configs/efi-x86.h
parente1d1b62be1c0412be9f919c95142acd1d6c381f2 (diff)
downloadtalos-obmc-uboot-50c88e4ad2f2381d3c175307d91046f14c82c991.tar.gz
talos-obmc-uboot-50c88e4ad2f2381d3c175307d91046f14c82c991.zip
efi: app: Disable CONFIG_USB_EHCI_PCI
It does not build if without CONFIG_DM_PCI_COMPAT. For now we just disable it, until some day we add USB support to EFI application. 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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/efi-x86.h b/include/configs/efi-x86.h
index 7fb37f06b8..6dd0b32dae 100644
--- a/include/configs/efi-x86.h
+++ b/include/configs/efi-x86.h
@@ -20,6 +20,7 @@
#undef CONFIG_SCSI_AHCI
#undef CONFIG_CMD_SCSI
#undef CONFIG_INTEL_ICH6_GPIO
+#undef CONFIG_USB_EHCI_PCI
#define CONFIG_STD_DEVICES_SETTINGS "stdin=usbkbd,vga,serial\0" \
"stdout=vga,serial\0" \
OpenPOWER on IntegriCloud