diff options
Diffstat (limited to 'arch/arm/mach-s3c2410/mach-tct_hammer.c')
-rw-r--r-- | arch/arm/mach-s3c2410/mach-tct_hammer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c2410/mach-tct_hammer.c b/arch/arm/mach-s3c2410/mach-tct_hammer.c index 43c2b831b9e8..e0d0b6fb2800 100644 --- a/arch/arm/mach-s3c2410/mach-tct_hammer.c +++ b/arch/arm/mach-s3c2410/mach-tct_hammer.c | |||
@@ -146,7 +146,7 @@ static void __init tct_hammer_init(void) | |||
146 | } | 146 | } |
147 | 147 | ||
148 | MACHINE_START(TCT_HAMMER, "TCT_HAMMER") | 148 | MACHINE_START(TCT_HAMMER, "TCT_HAMMER") |
149 | .boot_params = S3C2410_SDRAM_PA + 0x100, | 149 | .atag_offset = 0x100, |
150 | .map_io = tct_hammer_map_io, | 150 | .map_io = tct_hammer_map_io, |
151 | .init_irq = s3c24xx_init_irq, | 151 | .init_irq = s3c24xx_init_irq, |
152 | .init_machine = tct_hammer_init, | 152 | .init_machine = tct_hammer_init, |