Skip to content

Commit

Permalink
ARM: mach-netx: convert boot_params to atag_offset
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
  • Loading branch information
Nicolas Pitre authored and Nicolas Pitre committed Aug 21, 2011
1 parent 6192935 commit b11fd42
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion arch/arm/mach-netx/nxdb500.c
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ static void __init nxdb500_init(void)
}

MACHINE_START(NXDB500, "Hilscher nxdb500")
.boot_params = 0x80000100,
.atag_offset = 0x100,
.map_io = netx_map_io,
.init_irq = netx_init_irq,
.timer = &netx_timer,
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/mach-netx/nxdkn.c
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ static void __init nxdkn_init(void)
}

MACHINE_START(NXDKN, "Hilscher nxdkn")
.boot_params = 0x80000100,
.atag_offset = 0x100,
.map_io = netx_map_io,
.init_irq = netx_init_irq,
.timer = &netx_timer,
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/mach-netx/nxeb500hmi.c
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ static void __init nxeb500hmi_init(void)
}

MACHINE_START(NXEB500HMI, "Hilscher nxeb500hmi")
.boot_params = 0x80000100,
.atag_offset = 0x100,
.map_io = netx_map_io,
.init_irq = netx_init_irq,
.timer = &netx_timer,
Expand Down

0 comments on commit b11fd42

Please sign in to comment.