diff options
author | Wolfgang Denk <wd@denx.de> | 2009-01-23 22:48:06 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2009-01-23 22:48:06 +0100 |
commit | 5df70e91c72dab45b7d81e4568b12e5a5b5f90ec (patch) | |
tree | 730f833cff2474959195b5cd23e52954410218a5 /include/linux/mtd/nand_legacy.h | |
parent | 1ca1d3c866709635fc082b0140e02257a742316c (diff) | |
parent | d4bade8d77aa20e2846fa4accff0e7fa7961a134 (diff) | |
download | u-boot-imx-5df70e91c72dab45b7d81e4568b12e5a5b5f90ec.zip u-boot-imx-5df70e91c72dab45b7d81e4568b12e5a5b5f90ec.tar.gz u-boot-imx-5df70e91c72dab45b7d81e4568b12e5a5b5f90ec.tar.bz2 |
Merge branch 'master' of git://git.denx.de/u-boot-nand-flash
Diffstat (limited to 'include/linux/mtd/nand_legacy.h')
-rw-r--r-- | include/linux/mtd/nand_legacy.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/mtd/nand_legacy.h b/include/linux/mtd/nand_legacy.h index 99eafbb..4334448 100644 --- a/include/linux/mtd/nand_legacy.h +++ b/include/linux/mtd/nand_legacy.h @@ -40,6 +40,11 @@ #error This module is for the legacy NAND support #endif +/* The maximum number of NAND chips in an array */ +#ifndef CONFIG_SYS_NAND_MAX_CHIPS +#define CONFIG_SYS_NAND_MAX_CHIPS 1 +#endif + /* * Standard NAND flash commands */ |