Re: [U-Boot] [PATCH 21/22] mmc: Change mode when switching to a boot partition

2017-05-25 Thread Jaehoon Chung
On 05/13/2017 03:16 AM, Jean-Jacques Hiblot wrote: > Boot partitions do not support HS200. Changing to a lower performance mode > is required to access them. > mmc_select_mode_and_width() and sd_select_mode_and_width() are modified to > make it easier to call them outside of the initialization cont

Re: [U-Boot] [PATCH 21/22] mmc: Change mode when switching to a boot partition

2017-05-14 Thread Simon Glass
On 12 May 2017 at 12:16, Jean-Jacques Hiblot wrote: > Boot partitions do not support HS200. Changing to a lower performance mode > is required to access them. > mmc_select_mode_and_width() and sd_select_mode_and_width() are modified to > make it easier to call them outside of the initialization co

[U-Boot] [PATCH 21/22] mmc: Change mode when switching to a boot partition

2017-05-12 Thread Jean-Jacques Hiblot
Boot partitions do not support HS200. Changing to a lower performance mode is required to access them. mmc_select_mode_and_width() and sd_select_mode_and_width() are modified to make it easier to call them outside of the initialization context. Signed-off-by: Jean-Jacques Hiblot --- drivers/mmc/