Re: [U-Boot] [PATCH 1/2] imx7: spl: Use SPL boot device MMC1 for all of the SOCs MMC/SD boot devices

2018-01-04 Thread Stefano Babic
On 04/01/2018 13:05, Eran Matityahu wrote: > On Thu, Jan 4, 2018 at 2:02 PM, Uri Mashiach > wrote: >> >> >> On 01/04/2018 01:37 PM, Stefano Babic wrote: >>> >>> On 04/01/2018 11:56, Eran Matityahu wrote: On Thu, Jan 4, 2018 at 12:42 PM, Stefano Babic

Re: [U-Boot] [PATCH 1/2] imx7: spl: Use SPL boot device MMC1 for all of the SOCs MMC/SD boot devices

2018-01-04 Thread Eran Matityahu
On Thu, Jan 4, 2018 at 2:02 PM, Uri Mashiach wrote: > > > On 01/04/2018 01:37 PM, Stefano Babic wrote: >> >> On 04/01/2018 11:56, Eran Matityahu wrote: >>> >>> On Thu, Jan 4, 2018 at 12:42 PM, Stefano Babic wrote: On 04/01/2018 11:11, Eran

Re: [U-Boot] [PATCH 1/2] imx7: spl: Use SPL boot device MMC1 for all of the SOCs MMC/SD boot devices

2018-01-04 Thread Uri Mashiach
On 01/04/2018 01:37 PM, Stefano Babic wrote: On 04/01/2018 11:56, Eran Matityahu wrote: On Thu, Jan 4, 2018 at 12:42 PM, Stefano Babic wrote: On 04/01/2018 11:11, Eran Matityahu wrote: On Thu, Jan 4, 2018 at 12:02 PM, Eran Matityahu wrote: On Thu,

Re: [U-Boot] [PATCH 1/2] imx7: spl: Use SPL boot device MMC1 for all of the SOCs MMC/SD boot devices

2018-01-04 Thread Stefano Babic
On 04/01/2018 11:56, Eran Matityahu wrote: > On Thu, Jan 4, 2018 at 12:42 PM, Stefano Babic wrote: >> On 04/01/2018 11:11, Eran Matityahu wrote: >>> On Thu, Jan 4, 2018 at 12:02 PM, Eran Matityahu >>> wrote: On Thu, Jan 4, 2018 at 11:14 AM, Stefano

Re: [U-Boot] [PATCH 1/2] imx7: spl: Use SPL boot device MMC1 for all of the SOCs MMC/SD boot devices

2018-01-04 Thread Eran Matityahu
On Thu, Jan 4, 2018 at 12:42 PM, Stefano Babic wrote: > On 04/01/2018 11:11, Eran Matityahu wrote: >> On Thu, Jan 4, 2018 at 12:02 PM, Eran Matityahu wrote: >>> On Thu, Jan 4, 2018 at 11:14 AM, Stefano Babic wrote: Hi Eran, On

Re: [U-Boot] [PATCH 1/2] imx7: spl: Use SPL boot device MMC1 for all of the SOCs MMC/SD boot devices

2018-01-04 Thread Stefano Babic
On 04/01/2018 11:11, Eran Matityahu wrote: > On Thu, Jan 4, 2018 at 12:02 PM, Eran Matityahu wrote: >> On Thu, Jan 4, 2018 at 11:14 AM, Stefano Babic wrote: >>> Hi Eran, >>> >>> On 03/01/2018 14:58, Eran Matityahu wrote: Hi Uri. > Hello Eran,

Re: [U-Boot] [PATCH 1/2] imx7: spl: Use SPL boot device MMC1 for all of the SOCs MMC/SD boot devices

2018-01-04 Thread Eran Matityahu
On Thu, Jan 4, 2018 at 12:02 PM, Eran Matityahu wrote: > On Thu, Jan 4, 2018 at 11:14 AM, Stefano Babic wrote: >> Hi Eran, >> >> On 03/01/2018 14:58, Eran Matityahu wrote: >>> Hi Uri. >>> Hello Eran, On 01/03/2018 12:53 PM, Eran Matityahu

Re: [U-Boot] [PATCH 1/2] imx7: spl: Use SPL boot device MMC1 for all of the SOCs MMC/SD boot devices

2018-01-04 Thread Eran Matityahu
On Thu, Jan 4, 2018 at 11:14 AM, Stefano Babic wrote: > Hi Eran, > > On 03/01/2018 14:58, Eran Matityahu wrote: >> Hi Uri. >> >>> Hello Eran, >>> >>> On 01/03/2018 12:53 PM, Eran Matityahu wrote: Use only one SPL MMC device, similarly to the iMX6 code >>> >>> >>> What is

Re: [U-Boot] [PATCH 1/2] imx7: spl: Use SPL boot device MMC1 for all of the SOCs MMC/SD boot devices

2018-01-04 Thread Stefano Babic
Hi Eran, On 03/01/2018 14:58, Eran Matityahu wrote: > Hi Uri. > >> Hello Eran, >> >> On 01/03/2018 12:53 PM, Eran Matityahu wrote: >>> >>> Use only one SPL MMC device, similarly to the iMX6 code >> >> >> What is the reason for not using MMC2? > > The reason is so that you won't have to

Re: [U-Boot] [PATCH 1/2] imx7: spl: Use SPL boot device MMC1 for all of the SOCs MMC/SD boot devices

2018-01-04 Thread Uri Mashiach
On 01/03/2018 03:58 PM, Eran Matityahu wrote: Hi Uri. Hello Eran, On 01/03/2018 12:53 PM, Eran Matityahu wrote: Use only one SPL MMC device, similarly to the iMX6 code What is the reason for not using MMC2? The reason is so that you won't have to initialize more than one MMC device

Re: [U-Boot] [PATCH 1/2] imx7: spl: Use SPL boot device MMC1 for all of the SOCs MMC/SD boot devices

2018-01-03 Thread Eran Matityahu
Hi Uri. > Hello Eran, > > On 01/03/2018 12:53 PM, Eran Matityahu wrote: >> >> Use only one SPL MMC device, similarly to the iMX6 code > > > What is the reason for not using MMC2? The reason is so that you won't have to initialize more than one MMC device in SPL. Also, to be consistent with the

Re: [U-Boot] [PATCH 1/2] imx7: spl: Use SPL boot device MMC1 for all of the SOCs MMC/SD boot devices

2018-01-03 Thread Uri Mashiach
Hello Eran, On 01/03/2018 12:53 PM, Eran Matityahu wrote: Use only one SPL MMC device, similarly to the iMX6 code What is the reason for not using MMC2? Signed-off-by: Eran Matityahu --- arch/arm/mach-imx/spl.c | 3 +-- 1 file changed, 1 insertion(+), 2