trivial: use proper naming
Signed-off-by: Axel Heider <axel.heider@hensoldt-cyber.de>
This commit is contained in:
parent
3bb899bc5f
commit
89e7d01ade
1 changed files with 1 additions and 1 deletions
|
|
@ -391,7 +391,7 @@ static BOOT_CODE bool_t try_init_kernel(
|
|||
return false;
|
||||
}
|
||||
|
||||
/* no shared-frame caps (RISCV has no multikernel support) */
|
||||
/* no shared-frame caps (RISC-V has no multikernel support) */
|
||||
ndks_boot.bi_frame->sharedFrames = S_REG_EMPTY;
|
||||
|
||||
/* finalise the bootinfo frame */
|
||||
|
|
|
|||
Loading…
Reference in a new issue