diff options
author | Nicolas Pitre <nicolas.pitre@linaro.org> | 2011-07-05 22:38:15 -0400 |
---|---|---|
committer | Nicolas Pitre <nico@fluxnic.net> | 2011-08-21 17:15:05 -0400 |
commit | 5e52b435b7bf0a884c8c4ad938180da6561ed5c0 (patch) | |
tree | a0608e8c9f2bda7b53eb087880a38df3588f0c11 /arch/arm/mach-omap2/board-igep0020.c | |
parent | 246e389d2a9e326f0a03a3be64eb77dd06f593dc (diff) |
ARM: mach-omap2: convert boot_params to atag_offset
Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org>
Acked-by: Tony Lindgren <tony@atomide.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/mach-omap2/board-igep0020.c')
-rw-r--r-- | arch/arm/mach-omap2/board-igep0020.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-omap2/board-igep0020.c b/arch/arm/mach-omap2/board-igep0020.c index 35be778caf1b..7040352b16b4 100644 --- a/arch/arm/mach-omap2/board-igep0020.c +++ b/arch/arm/mach-omap2/board-igep0020.c | |||
@@ -672,7 +672,7 @@ static void __init igep_init(void) | |||
672 | } | 672 | } |
673 | 673 | ||
674 | MACHINE_START(IGEP0020, "IGEP v2 board") | 674 | MACHINE_START(IGEP0020, "IGEP v2 board") |
675 | .boot_params = 0x80000100, | 675 | .atag_offset = 0x100, |
676 | .reserve = omap_reserve, | 676 | .reserve = omap_reserve, |
677 | .map_io = omap3_map_io, | 677 | .map_io = omap3_map_io, |
678 | .init_early = igep_init_early, | 678 | .init_early = igep_init_early, |
@@ -682,7 +682,7 @@ MACHINE_START(IGEP0020, "IGEP v2 board") | |||
682 | MACHINE_END | 682 | MACHINE_END |
683 | 683 | ||
684 | MACHINE_START(IGEP0030, "IGEP OMAP3 module") | 684 | MACHINE_START(IGEP0030, "IGEP OMAP3 module") |
685 | .boot_params = 0x80000100, | 685 | .atag_offset = 0x100, |
686 | .reserve = omap_reserve, | 686 | .reserve = omap_reserve, |
687 | .map_io = omap3_map_io, | 687 | .map_io = omap3_map_io, |
688 | .init_early = igep_init_early, | 688 | .init_early = igep_init_early, |