diff options
Diffstat (limited to 'arch/arm/mach-netx/nxdkn.c')
-rw-r--r-- | arch/arm/mach-netx/nxdkn.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-netx/nxdkn.c b/arch/arm/mach-netx/nxdkn.c index d775cbe07278..c63384aba500 100644 --- a/arch/arm/mach-netx/nxdkn.c +++ b/arch/arm/mach-netx/nxdkn.c | |||
@@ -93,7 +93,7 @@ static void __init nxdkn_init(void) | |||
93 | } | 93 | } |
94 | 94 | ||
95 | MACHINE_START(NXDKN, "Hilscher nxdkn") | 95 | MACHINE_START(NXDKN, "Hilscher nxdkn") |
96 | .boot_params = 0x80000100, | 96 | .atag_offset = 0x100, |
97 | .map_io = netx_map_io, | 97 | .map_io = netx_map_io, |
98 | .init_irq = netx_init_irq, | 98 | .init_irq = netx_init_irq, |
99 | .timer = &netx_timer, | 99 | .timer = &netx_timer, |