omap3: Replace ARCH_OMAP34XX with ARCH_OMAP3
[deliverable/linux.git] / arch / arm / plat-omap / sram.c
index e0cbb9349bc19490695843e857f14cea25005e02..51f4dfb82e2bd6a96f555390cb3cb83c94c18023 100644 (file)
@@ -53,7 +53,7 @@
 #define OMAP4_SRAM_PUB_PA      (OMAP4_SRAM_PA + 0x4000)
 #define OMAP4_SRAM_PUB_VA      (OMAP4_SRAM_VA + 0x4000)
 
-#if defined(CONFIG_ARCH_OMAP2) || defined(CONFIG_ARCH_OMAP34XX)
+#if defined(CONFIG_ARCH_OMAP2) || defined(CONFIG_ARCH_OMAP3)
 #define SRAM_BOOTLOADER_SZ     0x00
 #else
 #define SRAM_BOOTLOADER_SZ     0x80
This page took 0.023905 seconds and 5 git commands to generate.