projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ff27d4
)
drivers/video/cfb_console.c: Correct "COFNIG_NDS32" typo.
author
Robert P. J. Day
<rpjday@crashcourse.ca>
Fri, 3 Feb 2017 12:14:02 +0000
(07:14 -0500)
committer
Anatolij Gustschin
<agust@denx.de>
Fri, 3 Feb 2017 12:27:23 +0000
(13:27 +0100)
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
drivers/video/cfb_console.c
patch
|
blob
|
history
diff --git
a/drivers/video/cfb_console.c
b/drivers/video/cfb_console.c
index a4cbc4456491a1afc7cbe1d69d9e226fc62ca75e..3c0696eb118d074403a6d7ea96dcde6bcc4ede63 100644
(file)
--- 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(CO
FN
IG_NDS32) || \
+#if defined(CONFIG_ARM) || defined(CONFIG_AVR32) || defined(CO
NF
IG_NDS32) || \
defined(CONFIG_SANDBOX) || defined(CONFIG_X86)
ulong start, end;
int i;