[PATCH] ARM: omap2: cm-t3730: convert boot_params to atag_offset
Igor Grinberg
grinberg at compulab.co.il
Thu Jul 7 18:10:11 EDT 2011
Signed-off-by: Igor Grinberg <grinberg at compulab.co.il>
---
Hi Arnd,
This one should apply cleanly on top of Nicolas' series
and does the missing change for cm-t3730.
If it somehow helps/saves you an effort, here it is.
arch/arm/mach-omap2/board-cm-t35.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/arm/mach-omap2/board-cm-t35.c b/arch/arm/mach-omap2/board-cm-t35.c
index fcd4032..e7d48e8 100644
--- a/arch/arm/mach-omap2/board-cm-t35.c
+++ b/arch/arm/mach-omap2/board-cm-t35.c
@@ -679,7 +679,7 @@ MACHINE_START(CM_T35, "Compulab CM-T35")
MACHINE_END
MACHINE_START(CM_T3730, "Compulab CM-T3730")
- .boot_params = 0x80000100,
+ .atag_offset = 0x100,
.reserve = omap_reserve,
.map_io = omap3_map_io,
.init_early = cm_t35_init_early,
--
1.7.3.4
More information about the linux-arm-kernel
mailing list