X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Fharmony.h;h=5a1e72c5373f50796f40a58486b68fc60bb301d8;hb=92832045c54586e9dffa082ff8cd8c2ef6040757;hp=51e284e2e9a4676a05640af32bb8e10ee0dad895;hpb=9a66328a37e3b31dbe646ef3668b60466e8abd9a;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/harmony.h b/include/configs/harmony.h index 51e284e..5a1e72c 100644 --- a/include/configs/harmony.h +++ b/include/configs/harmony.h @@ -23,23 +23,11 @@ #define CONFIG_SYS_NS16550_COM2 NV_PA_APB_UARTA_BASE #endif -#define CONFIG_MACH_TYPE MACH_TYPE_HARMONY - /* NAND support */ #define CONFIG_TEGRA_NAND #define CONFIG_SYS_MAX_NAND_DEVICE 1 -/* Dynamic MTD partition support */ -#define CONFIG_MTD_PARTITIONS -#define CONFIG_MTD_DEVICE /* needed for mtdparts commands */ - /* Environment in NAND (which is 512M), aligned to start of last sector */ -#define CONFIG_ENV_OFFSET (SZ_512M - SZ_128K) /* 128K sector size */ - -/* USB Host support */ -#define CONFIG_USB_EHCI_TEGRA - -/* USB networking support */ #include "tegra-common-post.h"