Re: [U-Boot] [PATCH v3 1/8] armv8: enable BLK code configuration

2018-08-03 Thread York Sun
On 08/03/2018 03:40 AM, Yinbo Zhu wrote: > This patch is to enable BLK code configuration for SD boot. > > Signed-off-by: Yinbo Zhu > --- > Change in v3: > update the commit information as above > Yinbo, For future patch set, please stay the same revision for the entire set. Plea

[U-Boot] [PATCH v3 1/8] armv8: enable BLK code configuration

2018-08-03 Thread Yinbo Zhu
This patch is to enable BLK code configuration for SD boot. Signed-off-by: Yinbo Zhu --- Change in v3: update the commit information as above include/mmc.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/mmc.h b/include/mmc.h index 534c317..66e