
On Mon, Jun 17, 2013 at 05:09:56PM +0800, Jim Lin wrote: [...]
diff --git a/board/nvidia/common/board.c b/board/nvidia/common/board.c index 8d7a227..f0f81c9 100644 --- a/board/nvidia/common/board.c +++ b/board/nvidia/common/board.c @@ -46,7 +46,7 @@ #include <asm/arch/emc.h> #endif #ifdef CONFIG_USB_EHCI_TEGRA -#include <asm/arch-tegra/usb.h> +#include <asm/arch/usb.h> #endif #ifdef CONFIG_TEGRA_MMC #include <asm/arch-tegra/tegra_mmc.h>
With this hunk applied I get the following new build warning:
../../nvidia/common/board.c: In function 'board_init': ../../nvidia/common/board.c:171:2: warning: implicit declaration of function 'board_usb_init' [-Wimplicit-function-declaration] board_usb_init(gd->fdt_blob); ^
Reverting that one hunk makes the warning go away again and everything still builds fine, so I think it can just be removed from the patch.
Besides the one issue I'm still seeing with the very old flash drive, which might turn out not to be specific to Tegra, this series:
Tested-by: Thierry Reding thierry.reding@gmail.com