diff options
author | Eric Miao <eric.y.miao@gmail.com> | 2010-07-14 16:51:59 +0400 |
---|---|---|
committer | Eric Miao <eric.y.miao@gmail.com> | 2010-08-05 10:34:45 +0400 |
commit | 4b37cd335b56737d58befca663d03965a6cedebf (patch) | |
tree | 8e00eed684b0b74f16d121aa1a51f75bd36e42fa /arch/arm/mach-mmp/ttc_dkb.c | |
parent | 3a27f6e0a164bd11cfef3a147a5250b6d5acfb89 (diff) | |
download | linux-4b37cd335b56737d58befca663d03965a6cedebf.tar.xz |
[ARM] mmp: remove never supported .boot_params for MMP
Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
Diffstat (limited to 'arch/arm/mach-mmp/ttc_dkb.c')
-rw-r--r-- | arch/arm/mach-mmp/ttc_dkb.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-mmp/ttc_dkb.c b/arch/arm/mach-mmp/ttc_dkb.c index b22dec4abf78..ba3ce41d240c 100644 --- a/arch/arm/mach-mmp/ttc_dkb.c +++ b/arch/arm/mach-mmp/ttc_dkb.c @@ -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, |