diff options
Diffstat (limited to 'arch/arm/mach-netx/nxdkn.c')
| -rw-r--r-- | arch/arm/mach-netx/nxdkn.c | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/arch/arm/mach-netx/nxdkn.c b/arch/arm/mach-netx/nxdkn.c index 15b54c62d60..a5e86cd365e 100644 --- a/arch/arm/mach-netx/nxdkn.c +++ b/arch/arm/mach-netx/nxdkn.c @@ -29,7 +29,7 @@ #include <asm/mach-types.h> #include <asm/mach/arch.h> #include <mach/netx-regs.h> -#include <mach/eth.h> +#include <linux/platform_data/eth-netx.h> #include "generic.h" @@ -93,11 +93,10 @@ static void __init nxdkn_init(void) } MACHINE_START(NXDKN, "Hilscher nxdkn") - .phys_io = 0x00100000, - .io_pg_offst = (io_p2v(0x00100000) >> 18) & 0xfffc, - .boot_params = 0x80000100, + .atag_offset = 0x100, .map_io = netx_map_io, .init_irq = netx_init_irq, - .timer = &netx_timer, + .init_time = netx_timer_init, .init_machine = nxdkn_init, + .restart = netx_restart, MACHINE_END |
