ColdFire: Add M5253DEMO platform support for MCF5253
[oweals/u-boot.git] / include / mpc83xx.h
index 897ecd6bc91730dbe475ba1620f5e170e49456a9..70a4de70dfa2376ba2b598f3c07ff96d4fe89aab 100644 (file)
@@ -30,7 +30,9 @@
 
 /* IMMRBAR - Internal Memory Register Base Address
  */
+#ifndef CONFIG_DEFAULT_IMMR
 #define CONFIG_DEFAULT_IMMR            0xFF400000      /* Default IMMR base address */
+#endif
 #define IMMRBAR                                0x0000          /* Register offset to immr */
 #define IMMRBAR_BASE_ADDR              0xFFF00000      /* Base address mask */
 #define IMMRBAR_RES                    ~(IMMRBAR_BASE_ADDR)