Re: [U-Boot] [PATCH] mx6sabre_common.h: remove deprecated mmc open/close

2015-03-13 Thread Stefano Babic
Hi John, On 03/03/2015 15:48, Maxin B. John wrote: > Replace "mmc open/close" with "mmc dev" in mx6sabre_common.h as those commands > were removed with this commit: 614b2bf1c9bf80dbad24f5e5ce1d115bf24a831d > > cmd_mmc.c: Drop open/close mmc sub-commands > > Signed-off-by: Maxin B. John > --

Re: [U-Boot] [PATCH] mx6sabre_common.h: remove deprecated mmc open/close

2015-03-03 Thread Otavio Salvador
On Tue, Mar 3, 2015 at 11:48 AM, Maxin B. John wrote: > Replace "mmc open/close" with "mmc dev" in mx6sabre_common.h as those commands > were removed with this commit: 614b2bf1c9bf80dbad24f5e5ce1d115bf24a831d > > cmd_mmc.c: Drop open/close mmc sub-commands > > Signed-off-by: Maxin B. John Ac

[U-Boot] [PATCH] mx6sabre_common.h: remove deprecated mmc open/close

2015-03-03 Thread Maxin B. John
Replace "mmc open/close" with "mmc dev" in mx6sabre_common.h as those commands were removed with this commit: 614b2bf1c9bf80dbad24f5e5ce1d115bf24a831d cmd_mmc.c: Drop open/close mmc sub-commands Signed-off-by: Maxin B. John --- include/configs/mx6sabre_common.h | 4 +--- 1 file changed, 1 i