Fix USER_TOP config option being unconditional
Signed-off-by: Ivan Velickovic <i.velickovic@unsw.edu.au>
This commit is contained in:
parent
3740c2902c
commit
70c7caf2f8
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue