bootrom: remove deprecated CMD_SETUP_WRITE

This commit is contained in:
Philippe Teuwen
2019-10-05 18:42:32 +02:00
parent 9370649861
commit 3560cf5466
4 changed files with 2 additions and 12 deletions

View File

@@ -253,7 +253,7 @@ typedef struct {
// For the bootloader
#define CMD_DEVICE_INFO 0x0000
#define CMD_SETUP_WRITE 0x0001
//#define CMD_SETUP_WRITE 0x0001
#define CMD_FINISH_WRITE 0x0003
#define CMD_HARDWARE_RESET 0x0004
#define CMD_START_FLASH 0x0005