summaryrefslogtreecommitdiff
path: root/drivers/video
diff options
context:
space:
mode:
authorRobert P. J. Day <rpjday@crashcourse.ca>2017-02-03 12:14:02 (GMT)
committerAnatolij Gustschin <agust@denx.de>2017-02-03 12:27:23 (GMT)
commit9b23bafb4f628aca7a2852f097a7b7da66cac6d8 (patch)
treec8d78b35669d06580293cf84c3ccdf2aa2e19ecc /drivers/video
parent0ff27d4a94637d4b1937c625d33212375bd118d9 (diff)
downloadu-boot-9b23bafb4f628aca7a2852f097a7b7da66cac6d8.tar.xz
drivers/video/cfb_console.c: Correct "COFNIG_NDS32" typo.
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Diffstat (limited to 'drivers/video')
-rw-r--r--drivers/video/cfb_console.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/cfb_console.c b/drivers/video/cfb_console.c
index a4cbc44..3c0696e 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;