app_update: Remove deprecated "make erase_ota" target

Deprecated in v3.2
This commit is contained in:
Angus Gratton
2019-08-21 12:20:04 +10:00
committed by Angus Gratton
parent 62c06047da
commit f44d99b509
3 changed files with 2 additions and 5 deletions

View File

@@ -40,9 +40,6 @@ read_otadata: $(PARTITION_TABLE_CSV_PATH) partition_table_get_info | check_pytho
--partition-table-offset $(partition_table_offset) \
read_otadata
erase_ota: erase_otadata
@echo "WARNING: erase_ota is deprecated. Use erase_otadata instead."
all: blank_ota_data
flash: blank_ota_data
ifdef CONFIG_SECURE_FLASH_ENCRYPTION_MODE_DEVELOPMENT