env: Finish migration of common ENV options
[oweals/u-boot.git] / include / configs / harmony.h
index 51e284e2e9a4676a05640af32bb8e10ee0dad895..b2464f90dea268a466e85c543342227cf70a348a 100644 (file)
 #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"