Skip to content

Commit

Permalink
ARM: mach-vt8500: 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 e9ce8e5 commit 59a0e0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion arch/arm/mach-vt8500/bv07.c
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ void __init bv07_init(void)
}

MACHINE_START(BV07, "Benign BV07 Mini Netbook")
.boot_params = 0x00000100,
.atag_offset = 0x100,
.reserve = vt8500_reserve_mem,
.map_io = vt8500_map_io,
.init_irq = vt8500_init_irq,
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/mach-vt8500/wm8505_7in.c
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ void __init wm8505_7in_init(void)
}

MACHINE_START(WM8505_7IN_NETBOOK, "WM8505 7-inch generic netbook")
.boot_params = 0x00000100,
.atag_offset = 0x100,
.reserve = wm8505_reserve_mem,
.map_io = wm8505_map_io,
.init_irq = wm8505_init_irq,
Expand Down

0 comments on commit 59a0e0c

Please sign in to comment.