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 /drivers/mtd/maps/Makefile | |
parent | 3f0bcaa5e91d0752ccaf2d8d6aa1514dae5e8264 (diff) | |
download | op-kernel-dev-d29268ceb8f500be5fa4636b1335c974250c0f34.zip op-kernel-dev-d29268ceb8f500be5fa4636b1335c974250c0f34.tar.gz |
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 'drivers/mtd/maps/Makefile')
-rw-r--r-- | drivers/mtd/maps/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mtd/maps/Makefile b/drivers/mtd/maps/Makefile index 395a124..9fdbd4b 100644 --- a/drivers/mtd/maps/Makefile +++ b/drivers/mtd/maps/Makefile @@ -32,7 +32,6 @@ obj-$(CONFIG_MTD_VMAX) += vmax301.o obj-$(CONFIG_MTD_SCx200_DOCFLASH)+= scx200_docflash.o obj-$(CONFIG_MTD_SOLUTIONENGINE)+= solutionengine.o obj-$(CONFIG_MTD_PCI) += pci.o -obj-$(CONFIG_MTD_AUTCPU12) += autcpu12-nvram.o obj-$(CONFIG_MTD_IMPA7) += impa7.o obj-$(CONFIG_MTD_UCLINUX) += uclinux.o obj-$(CONFIG_MTD_NETtel) += nettel.o |