Re: [U-Boot] [PATCH 2/3] arm:goni:mmc: Add sd card detection and initialization.

2013-08-28 Thread Przemyslaw Marczak
On 08/28/2013 10:41 AM, Jaehoon Chung wrote: When eMMC init is failed, immediately return? I think that even if eMMC init is failed, there is worth that try to init SD-card. Best Regards, Jaehoon Chung Hi Jaehoon, You're right, I will change this. Regards -- Przemyslaw Marczak Samsung R&D

Re: [U-Boot] [PATCH 2/3] arm:goni:mmc: Add sd card detection and initialization.

2013-08-28 Thread Jaehoon Chung
On 08/28/2013 04:39 PM, Przemyslaw Marczak wrote: > Hello Minkyu, > >> This change allow to use sd card on Goni the same like mmc 0. >> SD card is mmc dev 1, so it can be used like this: "fatls mmc 1:2". > > Could you review this patch, please? > >> >> Signed-off-by: Przemyslaw Marczak >> Signe

Re: [U-Boot] [PATCH 2/3] arm:goni:mmc: Add sd card detection and initialization.

2013-08-28 Thread Przemyslaw Marczak
Hello Minkyu, This change allow to use sd card on Goni the same like mmc 0. SD card is mmc dev 1, so it can be used like this: "fatls mmc 1:2". Could you review this patch, please? Signed-off-by: Przemyslaw Marczak Signed-off-by: Kyungmin Park CC: Minkyu Kang --- board/samsung/goni/gon

[U-Boot] [PATCH 2/3] arm:goni:mmc: Add sd card detection and initialization.

2013-08-20 Thread Przemyslaw Marczak
This change allow to use sd card on Goni the same like mmc 0. SD card is mmc dev 1, so it can be used like this: "fatls mmc 1:2". Signed-off-by: Przemyslaw Marczak Signed-off-by: Kyungmin Park CC: Minkyu Kang --- board/samsung/goni/goni.c | 32 +++- 1 file changed