# @name Perform flash_eraseall on qspi device 
# @desc Use flash_eraseall to erase all partition 
#       Partition number is specified in get_mtd_partition_number.sh
# @requires qspi_master/mtd
# @setup_requires qspi

QSPI_S_FUNC_MTD_FLASH_ERASEALL source "common.sh"; install_modules.sh "qspi"; mtd_flash_eraseall.sh -d "qspi"





