* Patch by Fred Klatt, 25 Jun 2004:

Add support for WindRiver's SBC8560 board

* Patch by Nicolas Lacressonniere, 24 Jun 2004
  Small Bugs fixes for "at91rm9200dk" board:
  - Timing modifications for SPI DataFlash access
  - Fix NAND flash detection bug

* Patch by Nicolas Lacressonniere, 24 Jun 2004:
  Add Support for Flash AT49BV6416 for AT91RM9200DK board
This commit is contained in:
wdenk 2004-07-10 21:45:47 +00:00
parent 0ac6f8b749
commit 8b07a1103d
20 changed files with 1505 additions and 122 deletions

View file

@ -20,6 +20,10 @@
#if (CONFIG_COMMANDS & CFG_CMD_NAND)
#ifdef CONFIG_AT91RM9200DK
#include <asm/arch/hardware.h>
#endif
#include <linux/mtd/nand.h>
#include <linux/mtd/nand_ids.h>
#include <jffs2/jffs2.h>