mirror of
https://github.com/linux-sunxi/u-boot-sunxi.git
synced 2024-02-12 11:16:03 +08:00
Merge branch 'master' of git://git.denx.de/u-boot-mmc
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user