Re: [U-Boot] [PATCH] rpi: Set the default mmc max device to 2

2018-12-02 Thread Alexander Graf
On 04.07.18 09:34, Emmanuel Vadot wrote: > On Wed, 4 Jul 2018 09:25:16 +0200 > Alexander Graf wrote: > >> On 07/04/2018 09:08 AM, Emmanuel Vadot wrote: >>> When running with special configuration (OF_BOARD and mmc overlay) >>> RPI have the SD card as id 1. >>> This make device enumeration fails

Re: [U-Boot] [PATCH] rpi: Set the default mmc max device to 2

2018-07-08 Thread Simon Glass
Hi Alex, On 4 July 2018 at 00:48, Alexander Graf wrote: > On 07/04/2018 09:34 AM, Emmanuel Vadot wrote: >> >> On Wed, 4 Jul 2018 09:25:16 +0200 >> Alexander Graf wrote: >> >>> On 07/04/2018 09:08 AM, Emmanuel Vadot wrote: When running with special configuration (OF_BOARD and mmc overla

Re: [U-Boot] [PATCH] rpi: Set the default mmc max device to 2

2018-07-04 Thread Emmanuel Vadot
On Wed, 4 Jul 2018 09:25:16 +0200 Alexander Graf wrote: > On 07/04/2018 09:08 AM, Emmanuel Vadot wrote: > > When running with special configuration (OF_BOARD and mmc overlay) > > RPI have the SD card as id 1. > > This make device enumeration fails when using the API. > > > > Signed-off-by: Emmanu

Re: [U-Boot] [PATCH] rpi: Set the default mmc max device to 2

2018-07-04 Thread Alexander Graf
On 07/04/2018 09:34 AM, Emmanuel Vadot wrote: On Wed, 4 Jul 2018 09:25:16 +0200 Alexander Graf wrote: On 07/04/2018 09:08 AM, Emmanuel Vadot wrote: When running with special configuration (OF_BOARD and mmc overlay) RPI have the SD card as id 1. This make device enumeration fails when using th

Re: [U-Boot] [PATCH] rpi: Set the default mmc max device to 2

2018-07-04 Thread Alexander Graf
On 07/04/2018 09:08 AM, Emmanuel Vadot wrote: When running with special configuration (OF_BOARD and mmc overlay) RPI have the SD card as id 1. This make device enumeration fails when using the API. Signed-off-by: Emmanuel Vadot Could you please elaborate a bit? From the commit message I don't

[U-Boot] [PATCH] rpi: Set the default mmc max device to 2

2018-07-04 Thread Emmanuel Vadot
When running with special configuration (OF_BOARD and mmc overlay) RPI have the SD card as id 1. This make device enumeration fails when using the API. Signed-off-by: Emmanuel Vadot --- include/configs/rpi.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/configs/rpi.h b/include/co