From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Warren Date: Wed, 29 Jul 2015 09:24:21 -0700 Subject: [U-Boot] [PATCH] T210: P2571: Restore USB gadget mode (ums) In-Reply-To: <1438187063-3400-1-git-send-email-twarren@nvidia.com> References: <1438187063-3400-1-git-send-email-twarren@nvidia.com> Message-ID: <1438187063-3400-2-git-send-email-twarren@nvidia.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 --- 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