Skip to content

Commit

Permalink
Fix USER_TOP config option being unconditional
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Velickovic <[email protected]>
  • Loading branch information
Ivan-Velickovic authored and kent-mcleod committed Feb 29, 2024
1 parent 3740c29 commit 70c7caf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plat/qemu-arm-virt/config.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -273,5 +273,5 @@ config_string(
KernelUserTop USER_TOP "Set seL4_UserTop constant"
DEFAULT ${qemu_user_top}
UNQUOTE
DEPENDS "KernelPlatformQEMUArmVirt;KernelSel4ArchAarch32"
DEPENDS "KernelPlatformQEMUArmVirt;KernelSel4ArchAarch32" UNDEF_DISABLED
)

0 comments on commit 70c7caf

Please sign in to comment.