summaryrefslogtreecommitdiff
path: root/host/arch/mips/lib/crossystem_arch.c
diff options
context:
space:
mode:
Diffstat (limited to 'host/arch/mips/lib/crossystem_arch.c')
-rw-r--r--host/arch/mips/lib/crossystem_arch.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/host/arch/mips/lib/crossystem_arch.c b/host/arch/mips/lib/crossystem_arch.c
index 28a6b806..ed1c7ab8 100644
--- a/host/arch/mips/lib/crossystem_arch.c
+++ b/host/arch/mips/lib/crossystem_arch.c
@@ -42,6 +42,8 @@ int VbGetArchPropertyInt(const char* name) {
return 0;
} else if (!strcasecmp(name,"wpsw_boot")) {
return 1;
+ } else if (!strcasecmp(name,"inside_vm")) {
+ return 0;
}
return -1;
}