fw: Fix qemu_firmware build warnings

This commit is contained in:
Mikael Ågren 2025-06-02 13:34:59 +02:00
parent f4f8c9e6c6
commit 460d310c73
No known key found for this signature in database
GPG key ID: E02DA3D397792C46

View file

@ -449,11 +449,11 @@ static enum state start_where(struct context *ctx)
debug_lf();
debug_puts(" ->app_digest: \n");
debug_hexdump(resetinfo->app_digest, RESET_DIGEST_SIZE);
debug_hexdump((void *)resetinfo->app_digest, RESET_DIGEST_SIZE);
debug_lf();
debug_puts(" ->next_app_data: \n");
debug_hexdump(resetinfo->next_app_data, RESET_DATA_SIZE);
debug_hexdump((void *)resetinfo->next_app_data, RESET_DATA_SIZE);
debug_lf();
// Where do we start?