mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 10:39:08 +00:00
fix various comments
Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
This commit is contained in:
parent
7817cb2083
commit
10c7382bc5
5 changed files with 25 additions and 26 deletions
|
@ -73,7 +73,7 @@ static int nand_is_bad_block(struct mtd_info *mtd, int block)
|
|||
nand_command(mtd, block, 0, CFG_NAND_BAD_BLOCK_POS, NAND_CMD_READOOB);
|
||||
|
||||
/*
|
||||
* Read on byte
|
||||
* Read one byte
|
||||
*/
|
||||
if (this->read_byte(mtd) != 0xff)
|
||||
return 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue