mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
Merge branch 'master' of git://git.denx.de/u-boot-video
This commit is contained in:
commit
f1cc97764b
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…
Reference in a new issue