diff options
| author | Tom Rini <[email protected]> | 2021-10-13 10:14:35 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2021-10-13 10:14:35 -0400 |
| commit | 10cd8efe1a7eacd63907ba95bd8442bc2cdce461 (patch) | |
| tree | d78ee5a5191925fea04c293bfcfb4f9ce47b8929 /tools | |
| parent | 776bf6a5457eb0c61c367d1ee7e45733a1c72ed6 (diff) | |
| parent | 30ac0b496b842ee38d941a3790c8c004f6275d04 (diff) | |
Merge branch '2021-10-12-assorted-fixes-and-updates'
- Add Macronix raw NAND controller, fastboot, spelling and nvme fixes,
ds1307 fix for oscillator-stop bit and fatfs optimization.
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/image-host.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/image-host.c b/tools/image-host.c index d3a882ec291..a6b0a944205 100644 --- a/tools/image-host.c +++ b/tools/image-host.c @@ -313,7 +313,7 @@ static int fit_image_read_data(char *filename, unsigned char *data, /* Check that we have read all the file */ if (n != sbuf.st_size) { - printf("Can't read all file %s (read %zd bytes, expexted %lld)\n", + printf("Can't read all file %s (read %zd bytes, expected %lld)\n", filename, n, (long long)sbuf.st_size); goto err; } |
