diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-05-25 22:42:28 -0400 |
---|---|---|
committer | Scott Wood <scottwood@freescale.com> | 2009-07-07 17:58:04 -0500 |
commit | cd84423a09f3a08029fe41c1db96168debd0b51f (patch) | |
tree | 877f8cda0130e3645a24aaf03c267117fa940abc /board/bf537-stamp/Makefile | |
parent | d27bc728cf35e7d7996fbd77154335e66615b213 (diff) | |
download | u-boot-imx-cd84423a09f3a08029fe41c1db96168debd0b51f.zip u-boot-imx-cd84423a09f3a08029fe41c1db96168debd0b51f.tar.gz u-boot-imx-cd84423a09f3a08029fe41c1db96168debd0b51f.tar.bz2 |
mtd: nand: new base driver for memory mapped nand devices
The BF537-STAMP Blackfin board had a driver for working with NAND devices
that are simply memory mapped. Since there is nothing Blackfin specific
about this, generalize the driver a bit so that everyone can leverage it.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Scott Wood <scottwood@freescale.com>
Diffstat (limited to 'board/bf537-stamp/Makefile')
-rw-r--r-- | board/bf537-stamp/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/bf537-stamp/Makefile b/board/bf537-stamp/Makefile index 4c9e015..f728e2c 100644 --- a/board/bf537-stamp/Makefile +++ b/board/bf537-stamp/Makefile @@ -32,7 +32,6 @@ LIB = $(obj)lib$(BOARD).a COBJS-y := $(BOARD).o cmd_bf537led.o COBJS-$(CONFIG_BFIN_IDE) += ide-cf.o COBJS-$(CONFIG_CMD_EEPROM) += spi_flash.o -COBJS-$(CONFIG_CMD_NAND) += nand.o COBJS-$(CONFIG_POST) += post.o post-memory.o SRCS := $(SOBJS-y:.o=.S) $(COBJS-y:.o=.c) |