summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2016-02-02 13:58:04 (GMT)
committerBin Meng <bmeng.cn@gmail.com>2016-02-05 04:47:23 (GMT)
commit50c88e4ad2f2381d3c175307d91046f14c82c991 (patch)
tree0a7eeaf9c92cb376727ca6c44eabee6f4924f4b5
parente1d1b62be1c0412be9f919c95142acd1d6c381f2 (diff)
downloadu-boot-50c88e4ad2f2381d3c175307d91046f14c82c991.tar.xz
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>
-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 7fb37f0..6dd0b32 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" \