diff mbox

[U-Boot,06/11] efi: app: Disable CONFIG_USB_EHCI_PCI

Message ID 1454421490-11037-7-git-send-email-bmeng.cn@gmail.com
State Accepted
Commit 50c88e4ad2f2381d3c175307d91046f14c82c991
Delegated to: Bin Meng
Headers show

Commit Message

Bin Meng Feb. 2, 2016, 1:58 p.m. UTC
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>
---

 include/configs/efi-x86.h | 1 +
 1 file changed, 1 insertion(+)

Comments

Simon Glass Feb. 3, 2016, 3:27 a.m. UTC | #1
On 2 February 2016 at 06:58, Bin Meng <bmeng.cn@gmail.com> wrote:
> 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>
> ---
>
>  include/configs/efi-x86.h | 1 +
>  1 file changed, 1 insertion(+)

Reviewed-by: Simon Glass <sjg@chromium.org>
Bin Meng Feb. 5, 2016, 4:49 a.m. UTC | #2
On Wed, Feb 3, 2016 at 11:27 AM, Simon Glass <sjg@chromium.org> wrote:
> On 2 February 2016 at 06:58, Bin Meng <bmeng.cn@gmail.com> wrote:
>> 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>
>> ---
>>
>>  include/configs/efi-x86.h | 1 +
>>  1 file changed, 1 insertion(+)
>
> Reviewed-by: Simon Glass <sjg@chromium.org>

applied to u-boot-x86/master, thanks!
diff mbox

Patch

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" \