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 /include/configs/bfin_adi_common.h | |
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 'include/configs/bfin_adi_common.h')
-rw-r--r-- | include/configs/bfin_adi_common.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/bfin_adi_common.h b/include/configs/bfin_adi_common.h index 4149a29..1ca2e51 100644 --- a/include/configs/bfin_adi_common.h +++ b/include/configs/bfin_adi_common.h @@ -38,6 +38,9 @@ # define CONFIG_CMD_USB_STORAGE # define CONFIG_DOS_PARTITION # endif +# ifdef CONFIG_NAND_PLAT +# define CONFIG_CMD_NAND +# endif # ifdef CONFIG_POST # define CONFIG_CMD_DIAG # endif |