diff options
Diffstat (limited to 'arch/arm/mach-ep93xx/edb9312.c')
-rw-r--r-- | arch/arm/mach-ep93xx/edb9312.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm/mach-ep93xx/edb9312.c b/arch/arm/mach-ep93xx/edb9312.c index 6853e302bc3a..55fca05a0e65 100644 --- a/arch/arm/mach-ep93xx/edb9312.c +++ b/arch/arm/mach-ep93xx/edb9312.c | |||
@@ -29,8 +29,8 @@ static struct physmap_flash_data edb9312_flash_data = { | |||
29 | }; | 29 | }; |
30 | 30 | ||
31 | static struct resource edb9312_flash_resource = { | 31 | static struct resource edb9312_flash_resource = { |
32 | .start = 0x60000000, | 32 | .start = EP93XX_CS6_PHYS_BASE, |
33 | .end = 0x61ffffff, | 33 | .end = EP93XX_CS6_PHYS_BASE + SZ_32M - 1, |
34 | .flags = IORESOURCE_MEM, | 34 | .flags = IORESOURCE_MEM, |
35 | }; | 35 | }; |
36 | 36 | ||
@@ -45,7 +45,7 @@ static struct platform_device edb9312_flash = { | |||
45 | }; | 45 | }; |
46 | 46 | ||
47 | static struct ep93xx_eth_data edb9312_eth_data = { | 47 | static struct ep93xx_eth_data edb9312_eth_data = { |
48 | .phy_id = 1, | 48 | .phy_id = 1, |
49 | }; | 49 | }; |
50 | 50 | ||
51 | static void __init edb9312_init_machine(void) | 51 | static void __init edb9312_init_machine(void) |
@@ -60,7 +60,7 @@ MACHINE_START(EDB9312, "Cirrus Logic EDB9312 Evaluation Board") | |||
60 | /* Maintainer: Toufeeq Hussain <toufeeq_hussain@infosys.com> */ | 60 | /* Maintainer: Toufeeq Hussain <toufeeq_hussain@infosys.com> */ |
61 | .phys_io = EP93XX_APB_PHYS_BASE, | 61 | .phys_io = EP93XX_APB_PHYS_BASE, |
62 | .io_pg_offst = ((EP93XX_APB_VIRT_BASE) >> 18) & 0xfffc, | 62 | .io_pg_offst = ((EP93XX_APB_VIRT_BASE) >> 18) & 0xfffc, |
63 | .boot_params = 0x00000100, | 63 | .boot_params = EP93XX_SDCE3_PHYS_BASE_SYNC + 0x100, |
64 | .map_io = ep93xx_map_io, | 64 | .map_io = ep93xx_map_io, |
65 | .init_irq = ep93xx_init_irq, | 65 | .init_irq = ep93xx_init_irq, |
66 | .timer = &ep93xx_timer, | 66 | .timer = &ep93xx_timer, |