Re: [U-Boot] [PATCH 23/24] tegra: mmc: Set the removable flag correctly

2015-05-05 Thread Pantelis Antoniou
Hi Simon, On May 4, 2015, at 20:31 , Simon Glass s...@chromium.org wrote: If the mmc device is non-removable (as indicated by the device tree), set the flag so that users of the device know. Signed-off-by: Simon Glass s...@chromium.org --- drivers/mmc/tegra_mmc.c | 12 1

Re: [U-Boot] [PATCH 23/24] tegra: mmc: Set the removable flag correctly

2015-05-04 Thread Joe Hershberger
Hi Simon, On Mon, May 4, 2015 at 12:31 PM, Simon Glass s...@chromium.org wrote: If the mmc device is non-removable (as indicated by the device tree), set the flag so that users of the device know. Signed-off-by: Simon Glass s...@chromium.org --- Reviewed-by: Joe Hershberger