mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-25 22:20:45 +00:00
T210: P2571: Restore USB gadget mode (ums)
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. Acked-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Tom Warren <twarren@nvidia.com>
This commit is contained in:
parent
4132bc90e6
commit
e7436f609c
1 changed files with 1 additions and 0 deletions
|
@ -68,6 +68,7 @@
|
||||||
* TODO(twarren@nvidia.com) - add tegra-common-usb-gadget.h back
|
* TODO(twarren@nvidia.com) - add tegra-common-usb-gadget.h back
|
||||||
* breaks 64-bit build in ci_udc.c
|
* breaks 64-bit build in ci_udc.c
|
||||||
*/
|
*/
|
||||||
|
#include "tegra-common-usb-gadget.h"
|
||||||
#include "tegra-common-post.h"
|
#include "tegra-common-post.h"
|
||||||
|
|
||||||
#define COUNTER_FREQUENCY 38400000
|
#define COUNTER_FREQUENCY 38400000
|
||||||
|
|
Loading…
Reference in a new issue