mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-09 03:21:51 +00:00
Merge branch 'master' of git://git.denx.de/u-boot-mmc
This commit is contained in:
commit
1fdafb2e3d
67 changed files with 1520 additions and 1045 deletions
|
@ -166,7 +166,7 @@ static inline int splash_init_usb(void)
|
|||
#ifdef CONFIG_SATA
|
||||
static int splash_init_sata(void)
|
||||
{
|
||||
return sata_initialize();
|
||||
return sata_probe(0);
|
||||
}
|
||||
#else
|
||||
static inline int splash_init_sata(void)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue