diff options
Diffstat (limited to 'arch/arm/mach-omap2/board-3430sdp.c')
-rw-r--r-- | arch/arm/mach-omap2/board-3430sdp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/board-3430sdp.c b/arch/arm/mach-omap2/board-3430sdp.c index bd600cfb7f80..2430531b2239 100644 --- a/arch/arm/mach-omap2/board-3430sdp.c +++ b/arch/arm/mach-omap2/board-3430sdp.c | |||
@@ -729,7 +729,7 @@ static void __init omap_3430sdp_init(void) | |||
729 | 729 | ||
730 | MACHINE_START(OMAP_3430SDP, "OMAP3430 3430SDP board") | 730 | MACHINE_START(OMAP_3430SDP, "OMAP3430 3430SDP board") |
731 | /* Maintainer: Syed Khasim - Texas Instruments Inc */ | 731 | /* Maintainer: Syed Khasim - Texas Instruments Inc */ |
732 | .boot_params = 0x80000100, | 732 | .atag_offset = 0x100, |
733 | .reserve = omap_reserve, | 733 | .reserve = omap_reserve, |
734 | .map_io = omap3_map_io, | 734 | .map_io = omap3_map_io, |
735 | .init_early = omap_3430sdp_init_early, | 735 | .init_early = omap_3430sdp_init_early, |