X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Fdalmore.h;h=0cfc197142e5c2f3490c74fe29e7ddc5ca43cc08;hb=a09fea1d28fe3c69a64bee092f5a764274d26ca2;hp=afd2dd2f64c971b5a2fe773d5a7d2d6fdaec9d84;hpb=d5854eb822c9ed03f343dcb2dd67680584e31f06;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/dalmore.h b/include/configs/dalmore.h index afd2dd2..0cfc197 100644 --- a/include/configs/dalmore.h +++ b/include/configs/dalmore.h @@ -19,22 +19,13 @@ #define CONFIG_MACH_TYPE MACH_TYPE_DALMORE -/* I2C */ -#define CONFIG_SYS_I2C_TEGRA - /* Environment in eMMC, at the end of 2nd "boot sector" */ #define CONFIG_SYS_MMC_ENV_DEV 0 #define CONFIG_SYS_MMC_ENV_PART 2 -#define CONFIG_ENV_OFFSET (-CONFIG_ENV_SIZE) /* SPI */ -#define CONFIG_SF_DEFAULT_MODE SPI_MODE_0 -#define CONFIG_SF_DEFAULT_SPEED 24000000 #define CONFIG_SPI_FLASH_SIZE (4 << 20) -/* USB Host support */ -#define CONFIG_USB_EHCI_TEGRA - #include "tegra-common-usb-gadget.h" #include "tegra-common-post.h"