Hi Lukasz, > From: Patrick DELAUNAY <patrick.delau...@st.com> > Sent: mercredi 9 septembre 2020 15:23 > To: u-boot@lists.denx.de > Cc: Patrick DELAUNAY <patrick.delau...@st.com>; Jagan Teki > <ja...@amarulasolutions.com>; Kever Yang <kever.y...@rock-chips.com>; > Mingming lee <mingming....@mediatek.com>; Miquel Raynal > <miquel.ray...@bootlin.com>; Peng Fan <peng....@nxp.com>; Simon Glass > <s...@chromium.org>; U-Boot STM32 <uboot-stm32@st-md- > mailman.stormreply.com> > Subject: [PATCH 1/4] fastboot: mmc: Add > CONFIG_FASTBOOT_MMC_USER_SUPPORT > Importance: High > > Split userdata and boot partition support for eMMC update and correct the > description (update is supported). > > The new configuration CONFIG_FASTBOOT_MMC_USER_SUPPORT allows to > activate support of userdata partition update, based on target > name=CONFIG_FASTBOOT_MMC_USER_NAME > > This patch also removes the unnecessary dependency with ARCH_MEDIATEK > and EFI_PARTITION. > > Signed-off-by: Patrick Delaunay <patrick.delau...@st.com> > --- > > configs/mt8518_ap1_emmc_defconfig | 1 + > drivers/fastboot/Kconfig | 22 +++++++++++++++++----- > drivers/fastboot/fb_mmc.c | 9 ++++++--- > 3 files changed, 24 insertions(+), 8 deletions(-) >
Gentle reminder, Any comments on this serie [1] [1] http://patchwork.ozlabs.org/project/uboot/list/?series=200509 Patrick