summaryrefslogtreecommitdiff
path: root/cmd/Kconfig
diff options
context:
space:
mode:
authorMichal Simek <[email protected]>2025-03-21 11:25:48 +0100
committerHeinrich Schuchardt <[email protected]>2025-04-11 13:20:38 +0200
commit70d5f6e21ee33693d2d34b8eede34c83d45663b8 (patch)
treed17d29d3e11955496fd87d19be7dcb74b2f7340f /cmd/Kconfig
parent3d8e1b7b2df4559fe2ae99ece13d066893f660ea (diff)
cmd: fwu: Dump custom fields from mdata structure
The commit cb9ae40a16f0 ("tools: mkfwumdata: add logic to append vendor data to the FWU metadata") added support for adding vendor data to mdata structure but it is not visible anywhere that's why extend fwu command to dump it. Tested-by: Sughosh Ganu <[email protected]> Reviewed-by: Sughosh Ganu <[email protected]> Signed-off-by: Michal Simek <[email protected]>
Diffstat (limited to 'cmd/Kconfig')
-rw-r--r--cmd/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig
index ecef664fcea..c2ce519d1e3 100644
--- a/cmd/Kconfig
+++ b/cmd/Kconfig
@@ -185,6 +185,7 @@ config CMD_UFETCH
config CMD_FWU_METADATA
bool "fwu metadata read"
depends on FWU_MULTI_BANK_UPDATE
+ imply HEXDUMP if FWU_MDATA_V2
help
Command to read the metadata and dump it's contents