From: Nicolas Pitre Date: Wed, 6 Jul 2011 02:38:11 +0000 (-0400) Subject: ARM: mach-cns3xxx: convert boot_params to atag_offset X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=03e672022b92de35a60bec1437ccbdb73986ac9c;p=mv-sheeva.git ARM: mach-cns3xxx: convert boot_params to atag_offset Signed-off-by: Nicolas Pitre Acked-by: Arnd Bergmann --- diff --git a/arch/arm/mach-cns3xxx/cns3420vb.c b/arch/arm/mach-cns3xxx/cns3420vb.c index 3e7d1496cb4..55f7b4b08ab 100644 --- a/arch/arm/mach-cns3xxx/cns3420vb.c +++ b/arch/arm/mach-cns3xxx/cns3420vb.c @@ -197,7 +197,7 @@ static void __init cns3420_map_io(void) } MACHINE_START(CNS3420VB, "Cavium Networks CNS3420 Validation Board") - .boot_params = 0x00000100, + .atag_offset = 0x100, .map_io = cns3420_map_io, .init_irq = cns3xxx_init_irq, .timer = &cns3xxx_timer,