X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Fvenice2.h;h=8880de86c42d7c6eb128e68cd7a0a2a74930ef7b;hb=6983951a612aeecd906521e31de83d7fae309950;hp=91808e9203881c91bc3fd8c341272df88e93c2b4;hpb=1ad6364eeb4f578e423081d1748e8a3fdf1ab01d;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/venice2.h b/include/configs/venice2.h index 91808e9..8880de8 100644 --- a/include/configs/venice2.h +++ b/include/configs/venice2.h @@ -8,15 +8,10 @@ #ifndef __CONFIG_H #define __CONFIG_H -#include +#include #include "tegra124-common.h" -/* Enable fdt support for Venice2. Flash the image in u-boot-dtb.bin */ -#define CONFIG_DEFAULT_DEVICE_TREE tegra124-venice2 -#define CONFIG_OF_CONTROL -#define CONFIG_OF_SEPARATE - /* High-level configuration options */ #define V_PROMPT "Tegra124 (Venice2) # " #define CONFIG_TEGRA_BOARD_STRING "NVIDIA Venice2" @@ -30,12 +25,7 @@ /* I2C */ #define CONFIG_SYS_I2C_TEGRA -#define CONFIG_SYS_I2C_INIT_BOARD -#define CONFIG_I2C_MULTI_BUS -#define CONFIG_SYS_MAX_I2C_BUS TEGRA_I2C_NUM_CONTROLLERS -#define CONFIG_SYS_I2C_SPEED 100000 #define CONFIG_CMD_I2C -#define CONFIG_SYS_I2C /* SD/MMC */ #define CONFIG_MMC @@ -63,6 +53,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 +65,7 @@ #define CONFIG_CMD_NET #define CONFIG_CMD_DHCP +#include "tegra-common-usb-gadget.h" #include "tegra-common-post.h" #endif /* __CONFIG_H */