summary refs log tree commit diff
diff options
context:
space:
mode:
authorNicolas Pitre <nicolas.pitre@linaro.org>2011-07-05 22:38:14 -0400
committerNicolas Pitre <nico@fluxnic.net>2011-08-21 17:15:03 -0400
commit03150fb6a5eb66d1fd99286991dbbecf2b28fc3e (patch)
tree2642a80f7b1338e253a4d8c4e013f8fa2b66eb4d
parent013b5fb2830466c48c8ac9a7673c525d33d922c8 (diff)
downloadlinux-03150fb6a5eb66d1fd99286991dbbecf2b28fc3e.tar.gz
ARM: mach-nuc93x: convert boot_params to atag_offset
Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
-rw-r--r--arch/arm/mach-nuc93x/mach-nuc932evb.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-nuc93x/mach-nuc932evb.c b/arch/arm/mach-nuc93x/mach-nuc932evb.c
index d70257042480..1f741b1c1604 100644
--- a/arch/arm/mach-nuc93x/mach-nuc932evb.c
+++ b/arch/arm/mach-nuc93x/mach-nuc932evb.c
@@ -35,7 +35,6 @@ static void __init nuc932evb_init(void)
 
 MACHINE_START(NUC932EVB, "NUC932EVB")
 	/* Maintainer: Wan ZongShun */
-	.boot_params	= 0,
 	.map_io		= nuc932evb_map_io,
 	.init_irq	= nuc93x_init_irq,
 	.init_machine	= nuc932evb_init,