global: Migrate CONFIG_MXC_UART_BASE to CFG
[platform/kernel/u-boot.git] / include / configs / stemmy.h
index 71b25c2..e58ddd7 100644 (file)
@@ -15,8 +15,7 @@
  */
 
 /* FIXME: This should be loaded from device tree... */
-#define CONFIG_SYS_L2_PL310
-#define CONFIG_SYS_PL310_BASE          0xa0412000
+#define CFG_SYS_PL310_BASE             0xa0412000
 
 /* Linux does not boot if FDT / initrd is loaded to end of RAM */
 #define BOOT_ENV \
@@ -39,7 +38,7 @@
 #define BOOTCMD_ENV \
        "fastbootcmd=echo '*** FASTBOOT MODE ***'; fastboot usb 0\0"
 
-#define CONFIG_EXTRA_ENV_SETTINGS \
+#define CFG_EXTRA_ENV_SETTINGS \
        BOOT_ENV \
        CONSOLE_ENV \
        FASTBOOT_ENV \