[Mammoth] Fix accidental fall through on mammoth init switch.

This commit is contained in:
Drew Galbraith 2023-11-19 17:30:39 -08:00
parent 70bdb822a7
commit 29fa8045af
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@ z_err_t ParseInitPort(uint64_t init_port_cap) {
break;
case Z_BOOT_FRAMEBUFFER_INFO_VMMO:
gBootFramebufferVmmoCap = init_cap;
break;
default:
dbgln("Unexpected init type {x}, continuing.", init_sig);
}