global: Migrate CONFIG_MXC_UART_BASE to CFG
[platform/kernel/u-boot.git] / include / configs / octeontx2_common.h
index 25116c5..c4db385 100644 (file)
 /** Maximum size of image supported for bootm (and bootable FIT images) */
 
 /** Memory base address */
-#define CONFIG_SYS_SDRAM_BASE          CONFIG_TEXT_BASE
+#define CFG_SYS_SDRAM_BASE             CONFIG_TEXT_BASE
 
 /** Stack starting address */
 
 /** Extra environment settings */
-#define CONFIG_EXTRA_ENV_SETTINGS      \
+#define CFG_EXTRA_ENV_SETTINGS \
                                        "loadaddr=20080000\0"   \
                                        "ethrotate=yes\0"
 
-#define CONFIG_SYS_MMC_MAX_BLK_COUNT   8192
-
 #if defined(CONFIG_MMC_OCTEONTX)
 #define MMC_SUPPORTS_TUNING
 /** EMMC specific defines */