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>
#elif CONFIG_CONS_INDEX == 4
.base = HI6220_UART3_BASE,
#else
-#error "Unsuported console index value."
+#error "Unsupported console index value."
#endif
.type = TYPE_PL011,
.clock = 19200000
loff_t maxsize, loff_t *actwrite)
{
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;
}