mtd: remove pmcmsp-ramroot.c
authorShane McDonald <mcdonald.shane@gmail.com>
Sat, 2 May 2009 15:40:06 +0000 (09:40 -0600)
committerDavid Woodhouse <David.Woodhouse@intel.com>
Fri, 5 Jun 2009 17:10:49 +0000 (18:10 +0100)
commit4d964824ec826ed97bdde10bc8d8c4ce10540a98
tree2dae63621c86eab4a26f024e4cd064224491d00d
parentd3412dbd721c0136379d86242297d19399f0c05f
mtd: remove pmcmsp-ramroot.c

The RAMROOT function was a successful but non-portable attempt to append
the root filesystem to the end of the kernel image.  The preferred and
portable solution is to use an initramfs instead.

The only user of this function was the msp71xx configuration
in the MIPS architecture; as the use of the RAMROOT has been removed
from that configuration, there are no more users, so this code
can be removed.

Signed-off-by: Shane McDonald <mcdonald.shane@gmail.com>
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
drivers/mtd/maps/Kconfig
drivers/mtd/maps/Makefile
drivers/mtd/maps/pmcmsp-ramroot.c [deleted file]