diff options
author | Alexander Shiyan <shc_work@mail.ru> | 2013-05-13 21:07:27 +0400 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2013-06-11 15:47:23 -0700 |
commit | d29268ceb8f500be5fa4636b1335c974250c0f34 (patch) | |
tree | 5aa6c989321458811478e86d830597ab397f2bda /arch/arm/mach-clps711x/include/mach/autcpu12.h | |
parent | 3f0bcaa5e91d0752ccaf2d8d6aa1514dae5e8264 (diff) | |
download | talos-op-linux-d29268ceb8f500be5fa4636b1335c974250c0f34.tar.gz talos-op-linux-d29268ceb8f500be5fa4636b1335c974250c0f34.zip |
ARM: clps711x: autcpu12: Special driver for handling memory is removed
This patch provide migration to using "mtd-ram" driver instead of using
special driver for handling NVRAM memory.
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/autcpu12.h')
-rw-r--r-- | arch/arm/mach-clps711x/include/mach/autcpu12.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-clps711x/include/mach/autcpu12.h b/arch/arm/mach-clps711x/include/mach/autcpu12.h index 0db6f1869f01..0e00148d46a3 100644 --- a/arch/arm/mach-clps711x/include/mach/autcpu12.h +++ b/arch/arm/mach-clps711x/include/mach/autcpu12.h @@ -31,8 +31,6 @@ */ #define AUTCPU12_PHYS_CHAR_LCD CS1_PHYS_BASE +0x00000000 /* physical */ -#define AUTCPU12_PHYS_NVRAM CS1_PHYS_BASE +0x02000000 /* physical */ - #define AUTCPU12_PHYS_CSAUX1 CS1_PHYS_BASE +0x04000000 /* physical */ #define AUTCPU12_PHYS_CAN CS1_PHYS_BASE +0x08000000 /* physical */ |