Re: [U-Boot] [PATCH] api: Define a default mmc max device

2017-06-20 Thread Simon Glass
On 20 June 2017 at 00:09, Emmanuel Vadot wrote: > Define a default number of 1 for mmc max device if board config didn't > specify one. > > Signed-off-by: Emmanuel Vadot > --- > api/api_storage.c | 3 +++ > 1 file changed, 3 insertions(+) Reviewed-by: Simon Glass __

[U-Boot] [PATCH] api: Define a default mmc max device

2017-06-19 Thread Emmanuel Vadot
Define a default number of 1 for mmc max device if board config didn't specify one. Signed-off-by: Emmanuel Vadot --- api/api_storage.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/api/api_storage.c b/api/api_storage.c index f858f09f1a..8bed2f3c91 100644 --- a/api/api_storage.c +++ b/a