diff options
Diffstat (limited to 'arch/arm/mach-s3c2440/mach-rx1950.c')
-rw-r--r-- | arch/arm/mach-s3c2440/mach-rx1950.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c2440/mach-rx1950.c b/arch/arm/mach-s3c2440/mach-rx1950.c index 27ea95096fe1..684dbb3567f5 100644 --- a/arch/arm/mach-s3c2440/mach-rx1950.c +++ b/arch/arm/mach-s3c2440/mach-rx1950.c | |||
@@ -825,7 +825,7 @@ static void __init rx1950_reserve(void) | |||
825 | 825 | ||
826 | MACHINE_START(RX1950, "HP iPAQ RX1950") | 826 | MACHINE_START(RX1950, "HP iPAQ RX1950") |
827 | /* Maintainers: Vasily Khoruzhick */ | 827 | /* Maintainers: Vasily Khoruzhick */ |
828 | .boot_params = S3C2410_SDRAM_PA + 0x100, | 828 | .atag_offset = 0x100, |
829 | .map_io = rx1950_map_io, | 829 | .map_io = rx1950_map_io, |
830 | .reserve = rx1950_reserve, | 830 | .reserve = rx1950_reserve, |
831 | .init_irq = s3c24xx_init_irq, | 831 | .init_irq = s3c24xx_init_irq, |