diff options
author | Alexander Shiyan <shc_work@mail.ru> | 2012-11-17 17:57:21 +0400 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2012-11-21 09:57:45 -0800 |
commit | 96754a1f8684792dc6cc5d4e886c511b255ef9be (patch) | |
tree | 595ca2e1b75f186b80d7b2db7f5b4f38c9bba17b /arch/arm/mach-clps711x/include/mach | |
parent | 94760bf2523b4b5d3938e85ea0964ca7cd59a42b (diff) |
ARM: clps711x: edb7211: Add support for NOR-Flash
Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/mach-clps711x/include/mach')
-rw-r--r-- | arch/arm/mach-clps711x/include/mach/hardware.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/mach-clps711x/include/mach/hardware.h b/arch/arm/mach-clps711x/include/mach/hardware.h index 1ebf7b9e69f..2f23dd5d73e 100644 --- a/arch/arm/mach-clps711x/include/mach/hardware.h +++ b/arch/arm/mach-clps711x/include/mach/hardware.h @@ -75,10 +75,6 @@ /* The extra 8 lines of the keyboard matrix are wired to chip select 3 */ #define EP7211_PHYS_EXTKBD CS3_PHYS_BASE -/* The two flash banks are wired to chip selects 0 and 1 */ -#define EP7211_PHYS_FLASH1 CS0_PHYS_BASE -#define EP7211_PHYS_FLASH2 CS1_PHYS_BASE - #endif /* CONFIG_ARCH_EDB7211 */ #endif |