|
@@ -37,15 +37,15 @@
|
|
|
|
|
|
#if defined(CONFIG_SPEAR600)
|
|
#if defined(CONFIG_SPEAR600)
|
|
#define CONFIG_SYS_I2C_BASE (0xD0200000)
|
|
#define CONFIG_SYS_I2C_BASE (0xD0200000)
|
|
-#define CONFIG_SPEAR_FSMCBASE (0xD1800000)
|
|
|
|
|
|
+#define CONFIG_SYS_FSMC_BASE (0xD1800000)
|
|
|
|
|
|
#elif defined(CONFIG_SPEAR300)
|
|
#elif defined(CONFIG_SPEAR300)
|
|
#define CONFIG_SYS_I2C_BASE (0xD0180000)
|
|
#define CONFIG_SYS_I2C_BASE (0xD0180000)
|
|
-#define CONFIG_SPEAR_FSMCBASE (0x94000000)
|
|
|
|
|
|
+#define CONFIG_SYS_FSMC_BASE (0x94000000)
|
|
|
|
|
|
#elif defined(CONFIG_SPEAR310)
|
|
#elif defined(CONFIG_SPEAR310)
|
|
#define CONFIG_SYS_I2C_BASE (0xD0180000)
|
|
#define CONFIG_SYS_I2C_BASE (0xD0180000)
|
|
-#define CONFIG_SPEAR_FSMCBASE (0x44000000)
|
|
|
|
|
|
+#define CONFIG_SYS_FSMC_BASE (0x44000000)
|
|
|
|
|
|
#undef CONFIG_SYS_NAND_CLE
|
|
#undef CONFIG_SYS_NAND_CLE
|
|
#undef CONFIG_SYS_NAND_ALE
|
|
#undef CONFIG_SYS_NAND_ALE
|
|
@@ -57,7 +57,7 @@
|
|
|
|
|
|
#elif defined(CONFIG_SPEAR320)
|
|
#elif defined(CONFIG_SPEAR320)
|
|
#define CONFIG_SYS_I2C_BASE (0xD0180000)
|
|
#define CONFIG_SYS_I2C_BASE (0xD0180000)
|
|
-#define CONFIG_SPEAR_FSMCBASE (0x4C000000)
|
|
|
|
|
|
+#define CONFIG_SYS_FSMC_BASE (0x4C000000)
|
|
|
|
|
|
#define CONFIG_SPEAR_EMIBASE (0x40000000)
|
|
#define CONFIG_SPEAR_EMIBASE (0x40000000)
|
|
#define CONFIG_SPEAR_RASBASE (0xB3000000)
|
|
#define CONFIG_SPEAR_RASBASE (0xB3000000)
|