X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Fvenice2.h;h=7c7b20031cd44ca74e637e6b5ddd6b37c14bcd2f;hb=c27269953b94d19b3fc7a21a1c3e19985507b94d;hp=75f7268d10c26a0cb4ea6c9c868683017f6f1537;hpb=595af9db2422fa5ae734cfe615415b17a5098f34;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/venice2.h b/include/configs/venice2.h index 75f7268..7c7b200 100644 --- a/include/configs/venice2.h +++ b/include/configs/venice2.h @@ -21,13 +21,10 @@ /* I2C */ #define CONFIG_SYS_I2C_TEGRA -#define CONFIG_CMD_I2C /* SD/MMC */ -#define CONFIG_MMC #define CONFIG_GENERIC_MMC #define CONFIG_TEGRA_MMC -#define CONFIG_CMD_MMC /* Environment in eMMC, at the end of 2nd "boot sector" */ #define CONFIG_ENV_IS_IN_MMC @@ -38,22 +35,17 @@ /* SPI */ #define CONFIG_SF_DEFAULT_MODE SPI_MODE_0 #define CONFIG_SF_DEFAULT_SPEED 24000000 -#define CONFIG_CMD_SPI -#define CONFIG_CMD_SF #define CONFIG_SPI_FLASH_SIZE (4 << 20) /* USB Host support */ #define CONFIG_USB_EHCI #define CONFIG_USB_EHCI_TEGRA -#define CONFIG_USB_STORAGE -#define CONFIG_CMD_USB /* USB networking support */ #define CONFIG_USB_HOST_ETHER #define CONFIG_USB_ETHER_ASIX /* General networking support */ -#define CONFIG_CMD_DHCP #include "tegra-common-usb-gadget.h" #include "tegra-common-post.h"