diff options
Diffstat (limited to 'arch/arm/plat-omap/sram.c')
-rw-r--r-- | arch/arm/plat-omap/sram.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/plat-omap/sram.c b/arch/arm/plat-omap/sram.c index 564cb4c84b11..70cf825bdd87 100644 --- a/arch/arm/plat-omap/sram.c +++ b/arch/arm/plat-omap/sram.c | |||
@@ -123,7 +123,7 @@ static void __init omap_detect_sram(void) | |||
123 | omap_sram_size = 0x800; /* 2K */ | 123 | omap_sram_size = 0x800; /* 2K */ |
124 | } | 124 | } |
125 | } else { | 125 | } else { |
126 | if (cpu_is_am33xx()) { | 126 | if (soc_is_am33xx()) { |
127 | omap_sram_start = AM33XX_SRAM_PA; | 127 | omap_sram_start = AM33XX_SRAM_PA; |
128 | omap_sram_size = 0x10000; /* 64K */ | 128 | omap_sram_size = 0x10000; /* 64K */ |
129 | } else if (cpu_is_omap34xx()) { | 129 | } else if (cpu_is_omap34xx()) { |
@@ -386,7 +386,7 @@ int __init omap_sram_init(void) | |||
386 | omap242x_sram_init(); | 386 | omap242x_sram_init(); |
387 | else if (cpu_is_omap2430()) | 387 | else if (cpu_is_omap2430()) |
388 | omap243x_sram_init(); | 388 | omap243x_sram_init(); |
389 | else if (cpu_is_am33xx()) | 389 | else if (soc_is_am33xx()) |
390 | am33xx_sram_init(); | 390 | am33xx_sram_init(); |
391 | else if (cpu_is_omap34xx()) | 391 | else if (cpu_is_omap34xx()) |
392 | omap34xx_sram_init(); | 392 | omap34xx_sram_init(); |