diff options
author | Robert P. J. Day <rpjday@crashcourse.ca> | 2017-02-03 07:14:02 -0500 |
---|---|---|
committer | Anatolij Gustschin <agust@denx.de> | 2017-02-03 13:27:23 +0100 |
commit | 9b23bafb4f628aca7a2852f097a7b7da66cac6d8 (patch) | |
tree | c8d78b35669d06580293cf84c3ccdf2aa2e19ecc /drivers | |
parent | 0ff27d4a94637d4b1937c625d33212375bd118d9 (diff) | |
download | u-boot-9b23bafb4f628aca7a2852f097a7b7da66cac6d8.zip u-boot-9b23bafb4f628aca7a2852f097a7b7da66cac6d8.tar.gz u-boot-9b23bafb4f628aca7a2852f097a7b7da66cac6d8.tar.bz2 |
drivers/video/cfb_console.c: Correct "COFNIG_NDS32" typo.
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/video/cfb_console.c | 2 |
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; |