forked from Imagelibrary/seL4
Fix USER_TOP config option being unconditional
Signed-off-by: Ivan Velickovic <i.velickovic@unsw.edu.au>
This commit is contained in:
committed by
Kent McLeod
parent
3740c2902c
commit
70c7caf2f8
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user