diff options
author | Marcel Ziswiler <marcel@ziswiler.com> | 2007-12-30 03:30:46 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-01-09 21:48:49 +0100 |
commit | 7817cb2083d982923752fe0f12b67c0e7c09a027 (patch) | |
tree | 4fa47e141b66627b64d5bfc5e69d3492e6d8daff /common | |
parent | a9b410dc7d2a4721c408b13abfc037988150f145 (diff) | |
download | u-boot-imx-7817cb2083d982923752fe0f12b67c0e7c09a027.zip u-boot-imx-7817cb2083d982923752fe0f12b67c0e7c09a027.tar.gz u-boot-imx-7817cb2083d982923752fe0f12b67c0e7c09a027.tar.bz2 |
fix comments with new drivers organization
Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
Diffstat (limited to 'common')
-rw-r--r-- | common/env_nand.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/env_nand.c b/common/env_nand.c index 38a07f8..ce0a251 100644 --- a/common/env_nand.c +++ b/common/env_nand.c @@ -57,7 +57,7 @@ int nand_legacy_rw (struct nand_chip* nand, int cmd, size_t start, size_t len, size_t * retlen, u_char * buf); -/* info for NAND chips, defined in drivers/nand/nand.c */ +/* info for NAND chips, defined in drivers/mtd/nand/nand.c */ extern nand_info_t nand_info[]; /* references to names in env_common.c */ |