diff options
author | Nicolas Pitre <nicolas.pitre@linaro.org> | 2011-07-06 04:38:14 +0200 |
---|---|---|
committer | Nicolas Pitre <nico@fluxnic.net> | 2011-08-21 23:15:03 +0200 |
commit | 03150fb6a5eb66d1fd99286991dbbecf2b28fc3e (patch) | |
tree | 2642a80f7b1338e253a4d8c4e013f8fa2b66eb4d | |
parent | ARM: mach-nomadik: convert boot_params to atag_offset (diff) | |
download | linux-03150fb6a5eb66d1fd99286991dbbecf2b28fc3e.tar.xz linux-03150fb6a5eb66d1fd99286991dbbecf2b28fc3e.zip |
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.c | 1 |
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, |