]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
[ARM] mmp: remove never supported .boot_params for MMP
authorEric Miao <eric.y.miao@gmail.com>
Wed, 14 Jul 2010 12:51:59 +0000 (20:51 +0800)
committerEric Miao <eric.y.miao@gmail.com>
Thu, 5 Aug 2010 06:34:45 +0000 (14:34 +0800)
Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
arch/arm/mach-mmp/aspenite.c
arch/arm/mach-mmp/avengers_lite.c
arch/arm/mach-mmp/flint.c
arch/arm/mach-mmp/jasper.c
arch/arm/mach-mmp/tavorevb.c
arch/arm/mach-mmp/ttc_dkb.c

index 244655d323ea2b255bd3614671290c5c2683b0a2..1721c540ea2b0d74522d82dbf97af5fda445ed96 100644 (file)
@@ -150,7 +150,6 @@ static void __init common_init(void)
 
 MACHINE_START(ASPENITE, "PXA168-based Aspenite Development Platform")
        .phys_io        = APB_PHYS_BASE,
-       .boot_params    = 0x00000100,
        .io_pg_offst    = (APB_VIRT_BASE >> 18) & 0xfffc,
        .map_io         = pxa_map_io,
        .init_irq       = pxa168_init_irq,
@@ -160,7 +159,6 @@ MACHINE_END
 
 MACHINE_START(ZYLONITE2, "PXA168-based Zylonite2 Development Platform")
        .phys_io        = APB_PHYS_BASE,
-       .boot_params    = 0x00000100,
        .io_pg_offst    = (APB_VIRT_BASE >> 18) & 0xfffc,
        .map_io         = pxa_map_io,
        .init_irq       = pxa168_init_irq,
index 8c3fa5d14f4bf44fad8ada81f230353934876e87..2906c9ee9de3fc76f74230ce2b73e991961e539c 100644 (file)
@@ -42,7 +42,6 @@ static void __init avengers_lite_init(void)
 
 MACHINE_START(AVENGERS_LITE, "PXA168 Avengers lite Development Platform")
        .phys_io        = APB_PHYS_BASE,
-       .boot_params    = 0x00000100,
        .io_pg_offst    = (APB_VIRT_BASE >> 18) & 0xfffc,
        .map_io         = pxa_map_io,
        .init_irq       = pxa168_init_irq,
index 4ec7709a34628ac361290a5e46abc411008af502..e77bb0a63b4274428b5ceb4d9890552b8c2a197d 100644 (file)
@@ -114,7 +114,6 @@ static void __init flint_init(void)
 
 MACHINE_START(FLINT, "Flint Development Platform")
        .phys_io        = APB_PHYS_BASE,
-       .boot_params    = 0x00000100,
        .io_pg_offst    = (APB_VIRT_BASE >> 18) & 0xfffc,
        .map_io         = pxa_map_io,
        .init_irq       = mmp2_init_irq,
index d77dd41d60e1c170858706f7357fb6a82a18f33a..8e2b1710cc2c111d6206ee9152a50be685f6cabb 100644 (file)
@@ -135,7 +135,6 @@ static void __init jasper_init(void)
 
 MACHINE_START(MARVELL_JASPER, "Jasper Development Platform")
        .phys_io        = APB_PHYS_BASE,
-       .boot_params    = 0x00000100,
        .io_pg_offst    = (APB_VIRT_BASE >> 18) & 0xfffc,
        .map_io         = pxa_map_io,
        .init_irq       = mmp2_init_irq,
index 0e0c9220eaba3646aeacfc75cd3d27ac5ab81e25..b8b38aaf44be17ecf5e6d2ba21ace0414499a9af 100644 (file)
@@ -100,7 +100,6 @@ static void __init tavorevb_init(void)
 
 MACHINE_START(TAVOREVB, "PXA910 Evaluation Board (aka TavorEVB)")
        .phys_io        = APB_PHYS_BASE,
-       .boot_params    = 0x00000100,
        .io_pg_offst    = (APB_VIRT_BASE >> 18) & 0xfffc,
        .map_io         = pxa_map_io,
        .init_irq       = pxa910_init_irq,
index b22dec4abf78e3597c78b7e44c5922baf07d51e0..ba3ce41d240ccca196a0459a7e83e679ee7de5a0 100644 (file)
@@ -123,7 +123,6 @@ static void __init ttc_dkb_init(void)
 
 MACHINE_START(TTC_DKB, "PXA910-based TTC_DKB Development Platform")
        .phys_io        = APB_PHYS_BASE,
-       .boot_params    = 0x00000100,
        .io_pg_offst    = (APB_VIRT_BASE >> 18) & 0xfffc,
        .map_io         = pxa_map_io,
        .init_irq       = pxa910_init_irq,