X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Ftrimslice.h;h=b914e444b6e7cef49dc7da1566b3cd05f2d67a2e;hb=6d7dacf726ca043a3f5487549bbfa506c990c813;hp=92ebb6aa4cd714b64a7b384b7d0f4379ec8c3eb2;hpb=595af9db2422fa5ae734cfe615415b17a5098f34;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/trimslice.h b/include/configs/trimslice.h index 92ebb6a..b914e44 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 @@ -22,47 +21,9 @@ #define CONFIG_MACH_TYPE MACH_TYPE_TRIMSLICE /* 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 -#define CONFIG_ENV_SPI_MAX_HZ 48000000 -#define CONFIG_ENV_SPI_MODE SPI_MODE_0 -#define CONFIG_ENV_SECT_SIZE CONFIG_ENV_SIZE -#define CONFIG_ENV_OFFSET (512 * 1024) - -/* 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 - -/* PCI host support */ -#define CONFIG_PCI -#define CONFIG_PCI_PNP -#define CONFIG_CMD_PCI - -/* PCI networking support */ -#define CONFIG_RTL8169 - -/* General networking support */ -#define CONFIG_CMD_DHCP +/* 1MiB flash, environment located as high as possible */ #include "tegra-common-post.h"