diff options
Diffstat (limited to 'arch/arm/mach-s3c2412/mach-vstms.c')
| -rw-r--r-- | arch/arm/mach-s3c2412/mach-vstms.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/arch/arm/mach-s3c2412/mach-vstms.c b/arch/arm/mach-s3c2412/mach-vstms.c index 83544ebe20ac..1bbb1ef5f4ff 100644 --- a/arch/arm/mach-s3c2412/mach-vstms.c +++ b/arch/arm/mach-s3c2412/mach-vstms.c | |||
| @@ -129,9 +129,8 @@ static struct platform_device *vstms_devices[] __initdata = { | |||
| 129 | &s3c_device_nand, | 129 | &s3c_device_nand, |
| 130 | }; | 130 | }; |
| 131 | 131 | ||
| 132 | static void __init vstms_fixup(struct machine_desc *desc, | 132 | static void __init vstms_fixup(struct tag *tags, char **cmdline, |
| 133 | struct tag *tags, char **cmdline, | 133 | struct meminfo *mi) |
| 134 | struct meminfo *mi) | ||
| 135 | { | 134 | { |
| 136 | if (tags != phys_to_virt(S3C2410_SDRAM_PA + 0x100)) { | 135 | if (tags != phys_to_virt(S3C2410_SDRAM_PA + 0x100)) { |
| 137 | mi->nr_banks=1; | 136 | mi->nr_banks=1; |
| @@ -156,7 +155,7 @@ static void __init vstms_init(void) | |||
| 156 | } | 155 | } |
| 157 | 156 | ||
| 158 | MACHINE_START(VSTMS, "VSTMS") | 157 | MACHINE_START(VSTMS, "VSTMS") |
| 159 | .boot_params = S3C2410_SDRAM_PA + 0x100, | 158 | .atag_offset = 0x100, |
| 160 | 159 | ||
| 161 | .fixup = vstms_fixup, | 160 | .fixup = vstms_fixup, |
| 162 | .init_irq = s3c24xx_init_irq, | 161 | .init_irq = s3c24xx_init_irq, |
