1
0
Fork 0

Fix spelling of "supported/unsupported".

Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Peter Griffin <peter.griffin@linaro.org>
utp
Vagrant Cascadian 2016-03-15 12:11:13 -07:00 committed by Tom Rini
parent 0e28065949
commit 0af49b9575
2 changed files with 2 additions and 2 deletions

View File

@ -77,7 +77,7 @@ static const struct pl01x_serial_platdata serial_platdata = {
#elif CONFIG_CONS_INDEX == 4 #elif CONFIG_CONS_INDEX == 4
.base = HI6220_UART3_BASE, .base = HI6220_UART3_BASE,
#else #else
#error "Unsuported console index value." #error "Unsupported console index value."
#endif #endif
.type = TYPE_PL011, .type = TYPE_PL011,
.clock = 19200000 .clock = 19200000

View File

@ -1135,7 +1135,7 @@ int file_fat_write(const char *filename, void *buffer, loff_t offset,
loff_t maxsize, loff_t *actwrite) loff_t maxsize, loff_t *actwrite)
{ {
if (offset != 0) { if (offset != 0) {
printf("Error: non zero offset is currently not suported.\n"); printf("Error: non zero offset is currently not supported.\n");
return -1; return -1;
} }