global: Migrate CONFIG_MXC_UART_BASE to CFG
[platform/kernel/u-boot.git] / include / configs / MPC8548CDS.h
index 3d0c219..6f3e298 100644 (file)
@@ -26,8 +26,6 @@
 
 /* DDR Setup */
 
-#define CONFIG_MEM_INIT_VALUE  0xDeadBeef
-
 #define CFG_SYS_DDR_SDRAM_BASE 0x00000000      /* DDR is system memory*/
 #define CFG_SYS_SDRAM_BASE             CFG_SYS_DDR_SDRAM_BASE
 
  * Environment Configuration
  */
 
-#define        CONFIG_EXTRA_ENV_SETTINGS               \
+#define        CFG_EXTRA_ENV_SETTINGS          \
        "hwconfig=fsl_ddr:ecc=off\0"            \
        "netdev=eth0\0"                         \
        "uboot=" CONFIG_UBOOTPATH "\0"  \