Merge pull request #2270 from martian/rename-cmdreadmem-flag

Rename CMD_READ_MEM_DOWNLOAD flag.
This commit is contained in:
Iceman
2024-01-24 17:11:15 +01:00
committed by GitHub
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -897,7 +897,7 @@ typedef struct {
#define BL_VERSION_1_0_0 BL_MAKE_VERSION(1, 0, 0)
/* CMD_READ_MEM_DOWNLOAD flags */
#define CMD_READ_MEM_DOWNLOAD_RAW (1<<0)
#define READ_MEM_DOWNLOAD_FLAG_RAW (1<<0)
/* CMD_START_FLASH may have three arguments: start of area to flash,
end of area to flash, optional magic.