[ARM] 3543/1: [Fwd: PXA270 bootparams address not set]

Patch from Steve Yang

MACHINE_START struct doesn't have any bootargs location for the
mainstone. Result is no kernel command args get passed; no serial driver
is selected for console and results in a silent boot failure.

Signed-off-by: Steve Yang <steve.yang@windriver.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

authored by Steve Yang and committed by Russell King a7d14f87 c41045a4

+1
+1
arch/arm/mach-pxa/mainstone.c
··· 493 MACHINE_START(MAINSTONE, "Intel HCDDBBVA0 Development Platform (aka Mainstone)") 494 /* Maintainer: MontaVista Software Inc. */ 495 .phys_io = 0x40000000, 496 .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, 497 .map_io = mainstone_map_io, 498 .init_irq = mainstone_init_irq,
··· 493 MACHINE_START(MAINSTONE, "Intel HCDDBBVA0 Development Platform (aka Mainstone)") 494 /* Maintainer: MontaVista Software Inc. */ 495 .phys_io = 0x40000000, 496 + .boot_params = 0xa0000100, /* BLOB boot parameter setting */ 497 .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, 498 .map_io = mainstone_map_io, 499 .init_irq = mainstone_init_irq,