
Measuring bootm is a separate step that needs an extra subcommand to trigger Signed-off-by: Ludwig Nussel <ludwig.nussel@siemens.com> --- cmd/bootm.c | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/bootm.c b/cmd/bootm.c index a2d811a1cbc..7b5cf5093d9 100644 --- a/cmd/bootm.c +++ b/cmd/bootm.c @@ -41,6 +41,7 @@ static int do_imls(struct cmd_tbl *cmdtp, int flag, int argc, * function pointer */ static struct cmd_tbl cmd_bootm_sub[] = { U_BOOT_CMD_MKENT(start, 0, 1, (void *)BOOTM_STATE_START, "", ""), + U_BOOT_CMD_MKENT(measure, 0, 1, (void *)BOOTM_STATE_MEASURE, "", ""), U_BOOT_CMD_MKENT(loados, 0, 1, (void *)BOOTM_STATE_LOADOS, "", ""), #ifdef CONFIG_CMD_BOOTM_PRE_LOAD U_BOOT_CMD_MKENT(preload, 0, 1, (void *)BOOTM_STATE_PRE_LOAD, "", ""), -- 2.34.1