env: Use include/env for text-environment includes
[platform/kernel/u-boot.git] / include / configs / dra7xx_evm.h
index bb335a0..633ec1f 100644 (file)
 #ifndef __CONFIG_DRA7XX_EVM_H
 #define __CONFIG_DRA7XX_EVM_H
 
-#include <environment/ti/dfu.h>
+#include <env/ti/dfu.h>
 
-#define CONFIG_IODELAY_RECALIBRATION
-
-#define CONFIG_VERY_BIG_RAM
-#define CONFIG_MAX_MEM_MAPPED          0x80000000
+#define CFG_MAX_MEM_MAPPED             0x80000000
 
 #ifndef CONFIG_QSPI_BOOT
 /* MMC ENV related defines */
@@ -50,9 +47,6 @@
 
 #include <configs/ti_omap5_common.h>
 
-/* Enhance our eMMC support / experience. */
-#define CONFIG_HSMMC2_8BIT
-
 /*
  * Default to using SPI for environment, etc.
  * 0x000000 - 0x040000 : QSPI.SPL (256KiB)
@@ -63,9 +57,9 @@
  * 0x1E0000 - 0x9E0000 : QSPI.kernel (8MiB)
  * 0x9E0000 - 0x2000000 : USERLAND
  */
-#define CONFIG_SYS_SPI_KERNEL_OFFS     0x1E0000
-#define CONFIG_SYS_SPI_ARGS_OFFS       0x140000
-#define CONFIG_SYS_SPI_ARGS_SIZE       0x80000
+#define CFG_SYS_SPI_KERNEL_OFFS        0x1E0000
+#define CFG_SYS_SPI_ARGS_OFFS  0x140000
+#define CFG_SYS_SPI_ARGS_SIZE  0x80000
 
 /* SPI SPL */
 
@@ -87,8 +81,8 @@
 /* Parallel NOR Support */
 #if defined(CONFIG_NOR)
 /* NOR: device related configs */
-#define CONFIG_SYS_FLASH_SIZE          (64 * 1024 * 1024) /* 64 MB */
-#define CONFIG_SYS_FLASH_BASE          (0x08000000)
+#define CFG_SYS_FLASH_SIZE             (64 * 1024 * 1024) /* 64 MB */
+#define CFG_SYS_FLASH_BASE             (0x08000000)
 /* Reduce SPL size by removing unlikey targets */
 #endif  /* NOR support */