diff options
Diffstat (limited to 'arch/arm/mach-s3c64xx/mach-crag6410.c')
-rw-r--r-- | arch/arm/mach-s3c64xx/mach-crag6410.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c64xx/mach-crag6410.c b/arch/arm/mach-s3c64xx/mach-crag6410.c index fb3d9cd18156..d04b65448510 100644 --- a/arch/arm/mach-s3c64xx/mach-crag6410.c +++ b/arch/arm/mach-s3c64xx/mach-crag6410.c | |||
@@ -709,7 +709,7 @@ static void __init crag6410_machine_init(void) | |||
709 | 709 | ||
710 | MACHINE_START(WLF_CRAGG_6410, "Wolfson Cragganmore 6410") | 710 | MACHINE_START(WLF_CRAGG_6410, "Wolfson Cragganmore 6410") |
711 | /* Maintainer: Mark Brown <broonie@opensource.wolfsonmicro.com> */ | 711 | /* Maintainer: Mark Brown <broonie@opensource.wolfsonmicro.com> */ |
712 | .boot_params = S3C64XX_PA_SDRAM + 0x100, | 712 | .atag_offset = 0x100, |
713 | .init_irq = s3c6410_init_irq, | 713 | .init_irq = s3c6410_init_irq, |
714 | .map_io = crag6410_map_io, | 714 | .map_io = crag6410_map_io, |
715 | .init_machine = crag6410_machine_init, | 715 | .init_machine = crag6410_machine_init, |