From: Robert P. J. Day Date: Fri, 3 Feb 2017 12:14:02 +0000 (-0500) Subject: drivers/video/cfb_console.c: Correct "COFNIG_NDS32" typo. X-Git-Tag: v2017.03-rc2~8^2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=9b23bafb4f628aca7a2852f097a7b7da66cac6d8;p=u-boot drivers/video/cfb_console.c: Correct "COFNIG_NDS32" typo. Signed-off-by: Robert P. J. Day --- diff --git a/drivers/video/cfb_console.c b/drivers/video/cfb_console.c index a4cbc44564..3c0696eb11 100644 --- a/drivers/video/cfb_console.c +++ b/drivers/video/cfb_console.c @@ -1968,7 +1968,7 @@ static void *video_logo(void) static int cfb_fb_is_in_dram(void) { bd_t *bd = gd->bd; -#if defined(CONFIG_ARM) || defined(CONFIG_AVR32) || defined(COFNIG_NDS32) || \ +#if defined(CONFIG_ARM) || defined(CONFIG_AVR32) || defined(CONFIG_NDS32) || \ defined(CONFIG_SANDBOX) || defined(CONFIG_X86) ulong start, end; int i;