global: Migrate CONFIG_STACKBASE to CFG
[platform/kernel/u-boot.git] / include / configs / dra7xx_evm.h
index 93201be..ef1d5a1 100644 (file)
 
 #include <environment/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 */
 #elif (CONFIG_CONS_INDEX == 3)
 #define CONSOLEDEV                     "ttyS2"
 #endif
-#define CONFIG_SYS_NS16550_COM1                UART1_BASE      /* Base EVM has UART0 */
-#define CONFIG_SYS_NS16550_COM2                UART2_BASE      /* UART2 */
-#define CONFIG_SYS_NS16550_COM3                UART3_BASE      /* UART3 */
-
-#define CONFIG_SYS_OMAP_ABE_SYSCK
+#define CFG_SYS_NS16550_COM1           UART1_BASE      /* Base EVM has UART0 */
+#define CFG_SYS_NS16550_COM2           UART2_BASE      /* UART2 */
+#define CFG_SYS_NS16550_COM3           UART3_BASE      /* UART3 */
 
 #ifndef CONFIG_SPL_BUILD
 #define DFUARGS \
@@ -52,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)
@@ -65,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 */
 
@@ -89,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 */