Re: [U-Boot] [PATCH 03/22] mmc: make ext_csd part of struct mmc

2017-05-14 Thread Simon Glass
On 12 May 2017 at 12:16, Jean-Jacques Hiblot wrote: > The ext csd is used for comparison many times. Keep a reference content > of the ext csd in the struct mmc to avoid reading multiple times > > Signed-off-by: Jean-Jacques Hiblot > --- > drivers/mmc/mmc.c | 22 +- > include

[U-Boot] [PATCH 03/22] mmc: make ext_csd part of struct mmc

2017-05-12 Thread Jean-Jacques Hiblot
The ext csd is used for comparison many times. Keep a reference content of the ext csd in the struct mmc to avoid reading multiple times Signed-off-by: Jean-Jacques Hiblot --- drivers/mmc/mmc.c | 22 +- include/mmc.h | 1 + 2 files changed, 18 insertions(+), 5 deletions(