X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=board%2Ftechnexion%2Ftao3530%2Ftao3530.c;h=4b61973669a17905fde05c9bdb2ab5a2efe64537;hb=8850c5d57c10aa6431d138d426e6e105c99cc7ba;hp=cba48d48fcfcf279cfae15bc3d55b4bf11e4a68a;hpb=86a030791822d4ccc3ea3779b4af68bced555977;p=platform%2Fkernel%2Fu-boot.git diff --git a/board/technexion/tao3530/tao3530.c b/board/technexion/tao3530/tao3530.c index cba48d4..4b61973 100644 --- a/board/technexion/tao3530/tao3530.c +++ b/board/technexion/tao3530/tao3530.c @@ -195,7 +195,7 @@ void board_mmc_power_init(void) } #endif -#if defined(CONFIG_USB_EHCI) && !defined(CONFIG_SPL_BUILD) +#if defined(CONFIG_USB_EHCI_HCD) && !defined(CONFIG_SPL_BUILD) /* Call usb_stop() before starting the kernel */ void show_boot_progress(int val) { @@ -219,4 +219,4 @@ int ehci_hcd_stop(int index) { return omap_ehci_hcd_stop(); } -#endif /* CONFIG_USB_EHCI */ +#endif /* CONFIG_USB_EHCI_HCD */