diff options
Diffstat (limited to 'arch/arm/mach-omap2/board-2430sdp.c')
-rw-r--r-- | arch/arm/mach-omap2/board-2430sdp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/board-2430sdp.c b/arch/arm/mach-omap2/board-2430sdp.c index f79b7d2a8ed4..87f43ade4405 100644 --- a/arch/arm/mach-omap2/board-2430sdp.c +++ b/arch/arm/mach-omap2/board-2430sdp.c | |||
@@ -257,7 +257,7 @@ static void __init omap_2430sdp_map_io(void) | |||
257 | 257 | ||
258 | MACHINE_START(OMAP_2430SDP, "OMAP2430 sdp2430 board") | 258 | MACHINE_START(OMAP_2430SDP, "OMAP2430 sdp2430 board") |
259 | /* Maintainer: Syed Khasim - Texas Instruments Inc */ | 259 | /* Maintainer: Syed Khasim - Texas Instruments Inc */ |
260 | .boot_params = 0x80000100, | 260 | .atag_offset = 0x100, |
261 | .reserve = omap_reserve, | 261 | .reserve = omap_reserve, |
262 | .map_io = omap_2430sdp_map_io, | 262 | .map_io = omap_2430sdp_map_io, |
263 | .init_early = omap_2430sdp_init_early, | 263 | .init_early = omap_2430sdp_init_early, |