mirror of
https://xff.cz/git/u-boot/
synced 2025-09-03 17:52:07 +02:00
cmd: mvebu/bubt: Drop unused SPI_FLASH_PROTECTION
SPI_FLASH_PROTECTION config item is never used in anywhere in the U-Boot tree. Drop it. Signed-off-by: Jagan Teki <jagan@amarulasolutions.com> Reviewed-by: Stefan Roese <sr@denx.de>
This commit is contained in:
@@ -299,9 +299,6 @@ static int spi_burn_image(size_t image_size)
|
|||||||
return -ENOMEDIUM;
|
return -ENOMEDIUM;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef CONFIG_SPI_FLASH_PROTECTION
|
|
||||||
spi_flash_protect(flash, 0);
|
|
||||||
#endif
|
|
||||||
erase_bytes = image_size +
|
erase_bytes = image_size +
|
||||||
(flash->erase_size - image_size % flash->erase_size);
|
(flash->erase_size - image_size % flash->erase_size);
|
||||||
printf("Erasing %d bytes (%d blocks) at offset 0 ...",
|
printf("Erasing %d bytes (%d blocks) at offset 0 ...",
|
||||||
@@ -320,10 +317,6 @@ static int spi_burn_image(size_t image_size)
|
|||||||
else
|
else
|
||||||
printf("Done!\n");
|
printf("Done!\n");
|
||||||
|
|
||||||
#ifdef CONFIG_SPI_FLASH_PROTECTION
|
|
||||||
spi_flash_protect(flash, 1);
|
|
||||||
#endif
|
|
||||||
|
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user