From f19f1ecb6025f0e2afb237a59b24462c5340787a Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Sat, 29 Jul 2017 11:35:13 -0600 Subject: dm: sata: Support driver model with the 'sata' command Update this command to support driver model. This has a different way of starting and stopping SATA. Signed-off-by: Simon Glass --- common/splash_source.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/splash_source.c') diff --git a/common/splash_source.c b/common/splash_source.c index 867a798..206a45d 100644 --- a/common/splash_source.c +++ b/common/splash_source.c @@ -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) -- cgit v1.1