summaryrefslogtreecommitdiff
path: root/QcomModulePkg/Library/BootLib/BootLinux.c
diff options
context:
space:
mode:
Diffstat (limited to 'QcomModulePkg/Library/BootLib/BootLinux.c')
-rw-r--r--QcomModulePkg/Library/BootLib/BootLinux.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/QcomModulePkg/Library/BootLib/BootLinux.c b/QcomModulePkg/Library/BootLib/BootLinux.c
index 5919b99ac6..114dcd543c 100644
--- a/QcomModulePkg/Library/BootLib/BootLinux.c
+++ b/QcomModulePkg/Library/BootLib/BootLinux.c
@@ -1854,6 +1854,18 @@ BOOLEAN IsDynamicPartitionSupport (VOID)
}
#endif
+#if VIRTUAL_AB_OTA
+BOOLEAN IsVirtualAbOtaSupported (VOID)
+{
+ return TRUE;
+}
+#else
+BOOLEAN IsVirtualAbOtaSupported (VOID)
+{
+ return FALSE;
+}
+#endif
+
#if NAND_SQUASHFS_SUPPORT
BOOLEAN IsNANDSquashFsSupport (VOID)
{