X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Ftrimslice.h;h=b914e444b6e7cef49dc7da1566b3cd05f2d67a2e;hb=a09fea1d28fe3c69a64bee092f5a764274d26ca2;hp=8972e1738a59088d116a63b0263099e933610ee9;hpb=d5854eb822c9ed03f343dcb2dd67680584e31f06;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/trimslice.h b/include/configs/trimslice.h index 8972e17..b914e44 100644 --- a/include/configs/trimslice.h +++ b/include/configs/trimslice.h @@ -21,20 +21,9 @@ #define CONFIG_MACH_TYPE MACH_TYPE_TRIMSLICE /* SPI */ -#define CONFIG_SF_DEFAULT_MODE SPI_MODE_0 - -/* I2C */ -#define CONFIG_SYS_I2C_TEGRA /* Environment in SPI */ -#define CONFIG_ENV_SPI_MAX_HZ 48000000 -#define CONFIG_ENV_SPI_MODE SPI_MODE_0 -#define CONFIG_ENV_SECT_SIZE CONFIG_ENV_SIZE /* 1MiB flash, environment located as high as possible */ -#define CONFIG_ENV_OFFSET (SZ_1M - CONFIG_ENV_SIZE) - -/* USB Host support */ -#define CONFIG_USB_EHCI_TEGRA #include "tegra-common-post.h"