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

NAND_S_FUNC_MTD_FLASH_ERASEALL source "common.sh"; install_modules.sh "nand"; mtd_flash_eraseall.sh -d "nand"





