X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Fharmony.h;h=fc5ed5b2fd8b14150a4f51b8975992bb22f621de;hb=d01806a8fcbdaedcc67cead56ece572021d97ab7;hp=e9781ccf5f3be5163f21a2e0504982e3123c6b68;hpb=1d2c0506d31a9997e5ffc22e90942902f673b107;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/harmony.h b/include/configs/harmony.h index e9781cc..fc5ed5b 100644 --- a/include/configs/harmony.h +++ b/include/configs/harmony.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 @@ -26,32 +25,19 @@ #define CONFIG_MACH_TYPE MACH_TYPE_HARMONY -/* SD/MMC */ -#define CONFIG_GENERIC_MMC - /* NAND support */ -#define CONFIG_CMD_NAND #define CONFIG_TEGRA_NAND #define CONFIG_SYS_MAX_NAND_DEVICE 1 +/* Dynamic MTD partition support */ + /* Environment in NAND (which is 512M), aligned to start of last sector */ -#define CONFIG_ENV_IS_IN_NAND #define CONFIG_ENV_OFFSET (SZ_512M - SZ_128K) /* 128K sector size */ /* USB Host support */ -#define CONFIG_USB_EHCI #define CONFIG_USB_EHCI_TEGRA /* USB networking support */ -#define CONFIG_USB_HOST_ETHER -#define CONFIG_USB_ETHER_ASIX -#define CONFIG_USB_ETHER_MCS7830 -#define CONFIG_USB_ETHER_SMSC95XX - -/* General networking support */ - -/* LCD support */ -#define CONFIG_SYS_WHITE_ON_BLACK #include "tegra-common-post.h"