X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fconfigs%2Ftrimslice.h;h=b761640b8fb8b60e77e2c0a5fef044f8a1a7fd98;hb=63865278dae47ad19527d9f9b6e0dad6cb01f401;hp=8761f8de093309b30d75060a2c3f2345fadad587;hpb=871bc923740538959dff818f382cbcce0282fa52;p=u-boot diff --git a/include/configs/trimslice.h b/include/configs/trimslice.h index 8761f8de09..b761640b8f 100644 --- a/include/configs/trimslice.h +++ b/include/configs/trimslice.h @@ -23,18 +23,14 @@ /* SPI */ #define CONFIG_SF_DEFAULT_MODE SPI_MODE_0 -#define CONFIG_CMD_SPI -#define CONFIG_CMD_SF /* 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 SPI */ #define CONFIG_ENV_IS_IN_SPI_FLASH @@ -44,11 +40,9 @@ #define CONFIG_ENV_OFFSET (512 * 1024) /* USB Host support */ -#define CONFIG_USB_MAX_CONTROLLER_COUNT 3 #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 @@ -59,11 +53,7 @@ #define CONFIG_PCI_PNP #define CONFIG_CMD_PCI -/* PCI networking support */ -#define CONFIG_RTL8169 - /* General networking support */ -#define CONFIG_CMD_DHCP #include "tegra-common-post.h"