From 0af49b9575476587d7c0cfd79ba29a21aa50bc05 Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Tue, 15 Mar 2016 12:11:13 -0700 Subject: Fix spelling of "supported/unsupported". Signed-off-by: Vagrant Cascadian Reviewed-by: Simon Glass Reviewed-by: Tom Rini Reviewed-by: Peter Griffin --- board/hisilicon/hikey/hikey.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'board') diff --git a/board/hisilicon/hikey/hikey.c b/board/hisilicon/hikey/hikey.c index 1edc807bd3..3b484a96e9 100644 --- a/board/hisilicon/hikey/hikey.c +++ b/board/hisilicon/hikey/hikey.c @@ -77,7 +77,7 @@ static const struct pl01x_serial_platdata serial_platdata = { #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 -- cgit v1.2.3