From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mingming Lee Date: Thu, 16 Jan 2020 09:52:16 +0800 Subject: [PATCH 6/6] fastboot: mt85xx: add command to flash/erase emmc hwpart In-Reply-To: <20200115204805.GT8732@bill-the-cat> References: <20200106062649.6577-1-mingming.lee@mediatek.com> <20200106062649.6577-7-mingming.lee@mediatek.com> <20200115204805.GT8732@bill-the-cat> Message-ID: <1579139536.10051.2.camel@mhfsdcap03> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Wed, 2020-01-15 at 15:48 -0500, Tom Rini wrote: > On Mon, Jan 06, 2020 at 02:26:49PM +0800, mingming lee wrote: > > > This patch includes the following: > > 1. Add fastboot command to erase the whole EMMC_USER > > 2. Add fastboot command to flash image at EMMC_BOOT1 > > 3. Add fastboot command to erase the whole EMMC_BOOT1 > > 4. Enale CONFIG_FASTBOOT_MMC_BOOT1_SUPPORT for mt8518 > > > > Signed-off-by: mingming lee > > This breaks building of dra7xx_evm and possibly others, thanks. > hi Tom, Thank you very much for the review, I would fixed it in the next version. By The way, I wonder could U pls share your way for check? Then in the futher I could check it all on my local before submit.