diff options
Diffstat (limited to 'arch/arm/mach-s3c2410/mach-bast.c')
-rw-r--r-- | arch/arm/mach-s3c2410/mach-bast.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c2410/mach-bast.c b/arch/arm/mach-s3c2410/mach-bast.c index 1e2d536adda9..a20ae1ad4062 100644 --- a/arch/arm/mach-s3c2410/mach-bast.c +++ b/arch/arm/mach-s3c2410/mach-bast.c | |||
@@ -657,7 +657,7 @@ static void __init bast_init(void) | |||
657 | 657 | ||
658 | MACHINE_START(BAST, "Simtec-BAST") | 658 | MACHINE_START(BAST, "Simtec-BAST") |
659 | /* Maintainer: Ben Dooks <ben@simtec.co.uk> */ | 659 | /* Maintainer: Ben Dooks <ben@simtec.co.uk> */ |
660 | .boot_params = S3C2410_SDRAM_PA + 0x100, | 660 | .atag_offset = 0x100, |
661 | .map_io = bast_map_io, | 661 | .map_io = bast_map_io, |
662 | .init_irq = s3c24xx_init_irq, | 662 | .init_irq = s3c24xx_init_irq, |
663 | .init_machine = bast_init, | 663 | .init_machine = bast_init, |