diff options
author | Wolfgang Denk <wd@denx.de> | 2008-06-03 00:16:48 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-06-03 00:16:48 +0200 |
commit | 7feb4d38ff1fdf8877f39447001ff9f6e93fa6bc (patch) | |
tree | 5ba2f3b891a37f5e9beef2710ef2f82bdbf5f0e4 /include/linux/mtd/nand.h | |
parent | e3d0d4ac0ec900543bdda141f9ada9bf6c47d011 (diff) | |
parent | d6ac2ed893c2168738aee01579d6283af8d37045 (diff) | |
download | u-boot-imx-7feb4d38ff1fdf8877f39447001ff9f6e93fa6bc.zip u-boot-imx-7feb4d38ff1fdf8877f39447001ff9f6e93fa6bc.tar.gz u-boot-imx-7feb4d38ff1fdf8877f39447001ff9f6e93fa6bc.tar.bz2 |
Merge remote branch 'u-boot-nand-flash/master'
Diffstat (limited to 'include/linux/mtd/nand.h')
-rw-r--r-- | include/linux/mtd/nand.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/mtd/nand.h b/include/linux/mtd/nand.h index 4cc4a7d..e2a25a6 100644 --- a/include/linux/mtd/nand.h +++ b/include/linux/mtd/nand.h @@ -385,6 +385,10 @@ struct nand_manufacturers { extern struct nand_flash_dev nand_flash_ids[]; extern struct nand_manufacturers nand_manuf_ids[]; +#ifndef NAND_MAX_CHIPS +#define NAND_MAX_CHIPS 8 +#endif + /** * struct nand_bbt_descr - bad block table descriptor * @options: options for this descriptor |