]> git.sur5r.net Git - u-boot/blobdiff - tools/env/fw_env.c
env: Fix out of tree building of tools-all
[u-boot] / tools / env / fw_env.c
index 965e1662d702e7d1aa785bd090f5c3af7a62b248..ab06415898c2f718e8a926879379b1f8d74ca55d 100644 (file)
@@ -755,7 +755,7 @@ static int flash_read_buf (int dev, int fd, void *buf, size_t count,
 
                /*
                 * If a block is bad, we retry in the next block at the same
-                * offset - see common/env_nand.c::writeenv()
+                * offset - see env/nand.c::writeenv()
                 */
                lseek (fd, blockstart + block_seek, SEEK_SET);