diff options
Diffstat (limited to 'arch/arm/mach-omap2/board-cm-t35.c')
-rw-r--r-- | arch/arm/mach-omap2/board-cm-t35.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-omap2/board-cm-t35.c b/arch/arm/mach-omap2/board-cm-t35.c index 3af8aab435b5..38179c175503 100644 --- a/arch/arm/mach-omap2/board-cm-t35.c +++ b/arch/arm/mach-omap2/board-cm-t35.c | |||
@@ -634,7 +634,7 @@ static void __init cm_t3730_init(void) | |||
634 | } | 634 | } |
635 | 635 | ||
636 | MACHINE_START(CM_T35, "Compulab CM-T35") | 636 | MACHINE_START(CM_T35, "Compulab CM-T35") |
637 | .boot_params = 0x80000100, | 637 | .atag_offset = 0x100, |
638 | .reserve = omap_reserve, | 638 | .reserve = omap_reserve, |
639 | .map_io = omap3_map_io, | 639 | .map_io = omap3_map_io, |
640 | .init_early = cm_t35_init_early, | 640 | .init_early = cm_t35_init_early, |
@@ -644,7 +644,7 @@ MACHINE_START(CM_T35, "Compulab CM-T35") | |||
644 | MACHINE_END | 644 | MACHINE_END |
645 | 645 | ||
646 | MACHINE_START(CM_T3730, "Compulab CM-T3730") | 646 | MACHINE_START(CM_T3730, "Compulab CM-T3730") |
647 | .boot_params = 0x80000100, | 647 | .atag_offset = 0x100, |
648 | .reserve = omap_reserve, | 648 | .reserve = omap_reserve, |
649 | .map_io = omap3_map_io, | 649 | .map_io = omap3_map_io, |
650 | .init_early = cm_t35_init_early, | 650 | .init_early = cm_t35_init_early, |