mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-19 05:31:32 +00:00
drivers/video/cfb_console.c: Correct "COFNIG_NDS32" typo.
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
This commit is contained in:
parent
0ff27d4a94
commit
9b23bafb4f
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue