diff options
author | Eric Miao <eric.y.miao@gmail.com> | 2010-10-13 08:51:25 +0200 |
---|---|---|
committer | Eric Miao <eric.y.miao@gmail.com> | 2010-12-16 07:31:15 +0100 |
commit | 64ed267bdac799485a938dd2cba8243ba383cd5f (patch) | |
tree | 5e5c234ddaa0ffb6709bc9fad67a01e0729da612 /arch/arm/mach-pxa/include/mach/pxa2xx-regs.h | |
parent | ARM: pxa: remove un-used mapping of camera registers (diff) | |
download | linux-64ed267bdac799485a938dd2cba8243ba383cd5f.tar.xz linux-64ed267bdac799485a938dd2cba8243ba383cd5f.zip |
ARM: pxa: introduce addr-map.h for large bus addresses and ranges
Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
Diffstat (limited to 'arch/arm/mach-pxa/include/mach/pxa2xx-regs.h')
-rw-r--r-- | arch/arm/mach-pxa/include/mach/pxa2xx-regs.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/arch/arm/mach-pxa/include/mach/pxa2xx-regs.h b/arch/arm/mach-pxa/include/mach/pxa2xx-regs.h index 4fcddd9cab76..dd0fc1c95cc0 100644 --- a/arch/arm/mach-pxa/include/mach/pxa2xx-regs.h +++ b/arch/arm/mach-pxa/include/mach/pxa2xx-regs.h @@ -17,17 +17,6 @@ #include <mach/hardware.h> /* - * PXA Chip selects - */ - -#define PXA_CS0_PHYS 0x00000000 -#define PXA_CS1_PHYS 0x04000000 -#define PXA_CS2_PHYS 0x08000000 -#define PXA_CS3_PHYS 0x0C000000 -#define PXA_CS4_PHYS 0x10000000 -#define PXA_CS5_PHYS 0x14000000 - -/* * Memory controller */ |