Rename CMD_READ_MEM_DOWNLOAD flag.

It got included in pm3_cmd.lua but shouldn't be because it's not a command.
Also, the bitshift in the value upsets some versions of lua.
This commit is contained in:
Martijn Plak
2024-01-24 16:36:52 +01:00
parent ab0c46a22b
commit 1d14bc38c5
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.