[U-Boot] [PATCH] T210: P2571: Restore USB gadget mode (ums)
Tom Warren
twarren at nvidia.com
Wed Jul 29 18:24:21 CEST 2015
The tegra-common-usb-gadget.h include was causing
some build problems in ci_udc.c with a 64-bit gcc
in an earlier version of the T210 patches, but it
is working fine now, so restore it.
Signed-off-by: Tom Warren <twarren at nvidia.com>
---
include/configs/p2571.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/configs/p2571.h b/include/configs/p2571.h
index 77faf5f..d39fa2a 100644
--- a/include/configs/p2571.h
+++ b/include/configs/p2571.h
@@ -68,6 +68,7 @@
* TODO(twarren at nvidia.com) - add tegra-common-usb-gadget.h back
* breaks 64-bit build in ci_udc.c
*/
+#include "tegra-common-usb-gadget.h"
#include "tegra-common-post.h"
#define COUNTER_FREQUENCY 38400000
--
1.8.2.1.610.g562af5b
More information about the U-Boot
mailing list