diff options
Diffstat (limited to 'arch/arm/mach-pxa/trizeps4.c')
-rw-r--r-- | arch/arm/mach-pxa/trizeps4.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-pxa/trizeps4.c b/arch/arm/mach-pxa/trizeps4.c index c0417508f39d..35bbf13724b9 100644 --- a/arch/arm/mach-pxa/trizeps4.c +++ b/arch/arm/mach-pxa/trizeps4.c | |||
@@ -554,7 +554,7 @@ static void __init trizeps4_map_io(void) | |||
554 | 554 | ||
555 | MACHINE_START(TRIZEPS4, "Keith und Koep Trizeps IV module") | 555 | MACHINE_START(TRIZEPS4, "Keith und Koep Trizeps IV module") |
556 | /* MAINTAINER("Jürgen Schindele") */ | 556 | /* MAINTAINER("Jürgen Schindele") */ |
557 | .boot_params = TRIZEPS4_SDRAM_BASE + 0x100, | 557 | .atag_offset = 0x100, |
558 | .init_machine = trizeps4_init, | 558 | .init_machine = trizeps4_init, |
559 | .map_io = trizeps4_map_io, | 559 | .map_io = trizeps4_map_io, |
560 | .init_irq = pxa27x_init_irq, | 560 | .init_irq = pxa27x_init_irq, |
@@ -564,7 +564,7 @@ MACHINE_END | |||
564 | 564 | ||
565 | MACHINE_START(TRIZEPS4WL, "Keith und Koep Trizeps IV-WL module") | 565 | MACHINE_START(TRIZEPS4WL, "Keith und Koep Trizeps IV-WL module") |
566 | /* MAINTAINER("Jürgen Schindele") */ | 566 | /* MAINTAINER("Jürgen Schindele") */ |
567 | .boot_params = TRIZEPS4_SDRAM_BASE + 0x100, | 567 | .atag_offset = 0x100, |
568 | .init_machine = trizeps4_init, | 568 | .init_machine = trizeps4_init, |
569 | .map_io = trizeps4_map_io, | 569 | .map_io = trizeps4_map_io, |
570 | .init_irq = pxa27x_init_irq, | 570 | .init_irq = pxa27x_init_irq, |