From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Rini Date: Sun, 12 Jul 2020 20:20:06 -0400 Subject: [PATCH] cmd: mvebu/bubt: Drop unused SPI_FLASH_PROTECTION In-Reply-To: <20200712175901.127788-1-jagan@amarulasolutions.com> References: <20200712175901.127788-1-jagan@amarulasolutions.com> Message-ID: <20200713002006.GS6246@bill-the-cat> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Sun, Jul 12, 2020 at 11:29:01PM +0530, Jagan Teki wrote: > SPI_FLASH_PROTECTION config item is never used in anywhere > in the U-Boot tree. > > Drop it. > > Signed-off-by: Jagan Teki > --- > cmd/mvebu/bubt.c | 7 ------- > 1 file changed, 7 deletions(-) > > diff --git a/cmd/mvebu/bubt.c b/cmd/mvebu/bubt.c > index a27b0df8ae..b3b5844267 100644 > --- a/cmd/mvebu/bubt.c > +++ b/cmd/mvebu/bubt.c > @@ -299,9 +299,6 @@ static int spi_burn_image(size_t image_size) > return -ENOMEDIUM; > } > > -#ifdef CONFIG_SPI_FLASH_PROTECTION > - spi_flash_protect(flash, 0); > -#endif > erase_bytes = image_size + > (flash->erase_size - image_size % flash->erase_size); > printf("Erasing %d bytes (%d blocks) at offset 0 ...", > @@ -320,10 +317,6 @@ static int spi_burn_image(size_t image_size) > else > printf("Done!\n"); > > -#ifdef CONFIG_SPI_FLASH_PROTECTION > - spi_flash_protect(flash, 1); > -#endif > - > return ret; > } Add maintainers. -- Tom -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 659 bytes Desc: not available URL: