]> git.kernelconcepts.de Git - mv-sheeva.git/commitdiff
Fixup for 2.6.37 changes in machine init
authorNils Faerber <nils.faerber@kernelconcepts.de>
Fri, 7 Jan 2011 11:15:32 +0000 (12:15 +0100)
committerNils Faerber <nils.faerber@kernelconcepts.de>
Fri, 7 Jan 2011 11:15:32 +0000 (12:15 +0100)
arch/arm/mach-mv78xx0/rdstor-setup.c

index 79ba032b9b0f68ce7eb3262fd4a3fb44f1ec9038..8cbfdf4d7435419df17ecd3936b774b6f71bfd51 100644 (file)
@@ -1,7 +1,9 @@
 /*
- * arch/arm/mach-mv78xx0/db78x00-bp-setup.c
+ * Cogent CSB1725 CPU module board setup with customizations
+ * for BDT RDStor
  *
- * Marvell DB-78x00-BP Development Board Setup
+ * based on:
+ * arch/arm/mach-mv78xx0/db78x00-bp-setup.c
  *
  * This file is licensed under the terms of the GNU General Public
  * License version 2.  This program is licensed "as is" without any
@@ -359,8 +361,6 @@ subsys_initcall(db78x00_pci_init);
 
 MACHINE_START(DB78X00_BP /*RDSTOR*/, "BDT RDStor, with CSB1725 module")
        /* Maintainer: Nils Faerber <nils.faerber@kernelconcepts.de> */
-       .phys_io        = MV78XX0_REGS_PHYS_BASE,
-       .io_pg_offst    = ((MV78XX0_REGS_VIRT_BASE) >> 18) & 0xfffc,
        .boot_params    = 0x00000100,
        .init_machine   = db78x00_init,
        .map_io         = mv78xx0_map_io,