X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Ftrimslice.h;h=b562d44a13ba159a13c3d268a98b7ae4b238aa37;hb=92832045c54586e9dffa082ff8cd8c2ef6040757;hp=9d49f6380352778a4a0abc391adba909d5687482;hpb=2ef98d33166e5c22a61eba29c20e236b72f1e8a2;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/trimslice.h b/include/configs/trimslice.h index 9d49f63..b562d44 100644 --- a/include/configs/trimslice.h +++ b/include/configs/trimslice.h @@ -1,8 +1,7 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * (C) Copyright 2010-2012 * NVIDIA Corporation - * - * SPDX-License-Identifier: GPL-2.0+ */ #ifndef __CONFIG_H @@ -19,42 +18,10 @@ #define CONFIG_TEGRA_UARTA_GPU #define CONFIG_SYS_NS16550_COM1 NV_PA_APB_UARTA_BASE -#define CONFIG_MACH_TYPE MACH_TYPE_TRIMSLICE - /* SPI */ -#define CONFIG_SF_DEFAULT_MODE SPI_MODE_0 - -/* I2C */ -#define CONFIG_SYS_I2C_TEGRA - -/* SD/MMC */ -#define CONFIG_MMC -#define CONFIG_GENERIC_MMC -#define CONFIG_TEGRA_MMC /* Environment in SPI */ -#define CONFIG_ENV_IS_IN_SPI_FLASH -#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 -#define CONFIG_USB_EHCI_TEGRA -#define CONFIG_USB_STORAGE - -/* USB networking support */ -#define CONFIG_USB_HOST_ETHER -#define CONFIG_USB_ETHER_ASIX - -/* PCI host support */ -#define CONFIG_PCI -#define CONFIG_PCI_PNP -#define CONFIG_CMD_PCI - -/* General networking support */ #include "tegra-common-post.h"