]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/configs/venice2.h
Merge branch 'master' of git://git.denx.de/u-boot-arc
[karo-tx-uboot.git] / include / configs / venice2.h
index 91808e9203881c91bc3fd8c341272df88e93c2b4..6d4e9991a130db00a53a9ed0eb9daf95cc4de430 100644 (file)
@@ -8,7 +8,7 @@
 #ifndef __CONFIG_H
 #define __CONFIG_H
 
-#include <asm/sizes.h>
+#include <linux/sizes.h>
 
 #include "tegra124-common.h"
 
@@ -63,6 +63,7 @@
 /* USB Host support */
 #define CONFIG_USB_EHCI
 #define CONFIG_USB_EHCI_TEGRA
+#define CONFIG_USB_MAX_CONTROLLER_COUNT        2
 #define CONFIG_USB_STORAGE
 #define CONFIG_CMD_USB
 
@@ -74,6 +75,7 @@
 #define CONFIG_CMD_NET
 #define CONFIG_CMD_DHCP
 
+#include "tegra-common-usb-gadget.h"
 #include "tegra-common-post.h"
 
 #endif /* __CONFIG_H */