From 21247b6c3d08df8ade297866a01ced79bbe67063 Mon Sep 17 00:00:00 2001 From: Lennert Buytenhek Date: Sun, 26 Jun 2005 22:24:13 +0100 Subject: [PATCH] --- yaml --- r: 3471 b: refs/heads/master c: 91f6a589fb6bb4ce6b6b196e910d3b907e1d0a40 h: refs/heads/master i: 3469: 2cb6da78cc6bdf7d085eb36901f8be5459e16321 3467: f76bf466b39d5c341eacf9ee83a911c88998490a 3463: f3af538c3dbe5c43f71833a3fe4637eaa78dfb40 3455: ae1236cd01596d8f418874b3f6c8a06d9f86842a v: v3 --- [refs] | 2 +- trunk/include/asm-arm/arch-ixp2000/ixdp2x00.h | 4 ++-- trunk/include/asm-arm/arch-ixp2000/ixdp2x01.h | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/[refs] b/[refs] index 79f568cf53f8..f19d072cca79 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 09b8b5f843afc21daf710cc610e5ca890ee94696 +refs/heads/master: 91f6a589fb6bb4ce6b6b196e910d3b907e1d0a40 diff --git a/trunk/include/asm-arm/arch-ixp2000/ixdp2x00.h b/trunk/include/asm-arm/arch-ixp2000/ixdp2x00.h index 3a398dfbf125..229381c64283 100644 --- a/trunk/include/asm-arm/arch-ixp2000/ixdp2x00.h +++ b/trunk/include/asm-arm/arch-ixp2000/ixdp2x00.h @@ -21,8 +21,8 @@ * On board CPLD memory map */ #define IXDP2X00_PHYS_CPLD_BASE 0xc7000000 -#define IXDP2X00_VIRT_CPLD_BASE 0xfafff000 -#define IXDP2X00_CPLD_SIZE 0x00001000 +#define IXDP2X00_VIRT_CPLD_BASE 0xfe000000 +#define IXDP2X00_CPLD_SIZE 0x00100000 #define IXDP2X00_CPLD_REG(x) \ diff --git a/trunk/include/asm-arm/arch-ixp2000/ixdp2x01.h b/trunk/include/asm-arm/arch-ixp2000/ixdp2x01.h index b3a1bcda8d01..b768009c3a51 100644 --- a/trunk/include/asm-arm/arch-ixp2000/ixdp2x01.h +++ b/trunk/include/asm-arm/arch-ixp2000/ixdp2x01.h @@ -18,8 +18,8 @@ #define __IXDP2X01_H__ #define IXDP2X01_PHYS_CPLD_BASE 0xc6024000 -#define IXDP2X01_VIRT_CPLD_BASE 0xfafff000 -#define IXDP2X01_CPLD_REGION_SIZE 0x00001000 +#define IXDP2X01_VIRT_CPLD_BASE 0xfe000000 +#define IXDP2X01_CPLD_REGION_SIZE 0x00100000 #define IXDP2X01_CPLD_VIRT_REG(reg) (volatile unsigned long*)(IXDP2X01_VIRT_CPLD_BASE | reg) #define IXDP2X01_CPLD_PHYS_REG(reg) (volatile u32*)(IXDP2X01_PHYS_CPLD_BASE | reg)