diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2011-01-24 12:51:48 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2011-01-24 12:51:48 +0000 |
commit | c861e4815dad992b3a0061e76f1fdbe2bb5d6bb1 (patch) | |
tree | c891ce0d8428abbffc8d35f5382acd1f48284015 /target/linux/orion/files/arch | |
parent | 58470cfb0c4913fda38fa8f8bba0625e79e0b9fc (diff) | |
download | upstream-c861e4815dad992b3a0061e76f1fdbe2bb5d6bb1.tar.gz upstream-c861e4815dad992b3a0061e76f1fdbe2bb5d6bb1.tar.bz2 upstream-c861e4815dad992b3a0061e76f1fdbe2bb5d6bb1.zip |
upgrade to 2.6.37
SVN-Revision: 25090
Diffstat (limited to 'target/linux/orion/files/arch')
-rw-r--r-- | target/linux/orion/files/arch/arm/mach-orion5x/dt2-setup.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/target/linux/orion/files/arch/arm/mach-orion5x/dt2-setup.c b/target/linux/orion/files/arch/arm/mach-orion5x/dt2-setup.c index 8ff23f7dd8..39b7e82e76 100644 --- a/target/linux/orion/files/arch/arm/mach-orion5x/dt2-setup.c +++ b/target/linux/orion/files/arch/arm/mach-orion5x/dt2-setup.c @@ -437,8 +437,6 @@ void __init openwrt_fixup(struct machine_desc *mdesc, struct tag *t, /* Warning: Freecom uses their own custom bootloader with mach-type (=1500) */ MACHINE_START(DT2, "Freecom DataTank Gateway") /* Maintainer: Zintis Petersons <Zintis.Petersons@abcsolutions.lv> */ - .phys_io = ORION5X_REGS_PHYS_BASE, - .io_pg_offst = ((ORION5X_REGS_VIRT_BASE) >> 18) & 0xFFFC, .boot_params = 0x00000100, .init_machine = dt2_init, .map_io = orion5x_map_io, |