Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 3471
b: refs/heads/master
c: 91f6a58
h: refs/heads/master
i:
  3469: 2cb6da7
  3467: f76bf46
  3463: f3af538
  3455: ae1236c
v: v3
  • Loading branch information
Lennert Buytenhek authored and Russell King committed Jun 26, 2005
1 parent 53cab9f commit 21247b6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 09b8b5f843afc21daf710cc610e5ca890ee94696
refs/heads/master: 91f6a589fb6bb4ce6b6b196e910d3b907e1d0a40
4 changes: 2 additions & 2 deletions trunk/include/asm-arm/arch-ixp2000/ixdp2x00.h
Original file line number Diff line number Diff line change
Expand Up @@ -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) \
Expand Down
4 changes: 2 additions & 2 deletions trunk/include/asm-arm/arch-ixp2000/ixdp2x01.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 21247b6

Please sign in to comment.