aboutsummaryrefslogtreecommitdiff
path: root/include/command.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2024-01-17 09:12:27 -0500
committerTom Rini <trini@konsulko.com>2024-01-17 09:12:27 -0500
commit106332d6cc583c4339e07020989d09b567900a59 (patch)
tree746beb976633e80b5c824805100490bb51cb9ffb /include/command.h
parent043ca8c8a9b181cf6f17441e9b89b5ee33206309 (diff)
parenta300ac3851440906a3934915bd12db2b96987a6a (diff)
Merge branch '2024-01-16-assorted-updates-and-improvements'
- Add more pytests to exercise functionality on real hardware, cleanup and add tests around "cp"/memmove, add phyCORE-AM62x and Phytium Pe2201 platforms, Nuvoton NPCM BMC reset driver and improve QEMU SMBIOS support
Diffstat (limited to 'include/command.h')
-rw-r--r--include/command.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/command.h b/include/command.h
index 4cec634545..4158ca11b0 100644
--- a/include/command.h
+++ b/include/command.h
@@ -186,7 +186,7 @@ int cmd_process_error(struct cmd_tbl *cmdtp, int err);
* Return: data size in bytes (1, 2, 4, 8) or CMD_DATA_SIZE_ERR for an invalid
* character, or CMD_DATA_SIZE_STR for a string
*/
-int cmd_get_data_size(char *arg, int default_size);
+int cmd_get_data_size(const char *arg, int default_size);
#endif
#ifdef CONFIG_CMD_BOOTD