feat(notifications): support returned in FFA_PARTITION_INFO_GET

Change-Id: Idae639e437fb49dc8f22fc542e4625305f65fb76
Signed-off-by: J-Alves <joao.alves@arm.com>
diff --git a/src/load.c b/src/load.c
index 4d5fe30..501d00e 100644
--- a/src/load.c
+++ b/src/load.c
@@ -213,7 +213,7 @@
 		/* Updating boot list according to boot_order */
 		vm_update_boot(vm_locked.vm);
 
-		if (vm_are_notifications_enabled(vm_locked) &&
+		if (vm_locked_are_notifications_enabled(vm_locked) &&
 		    !plat_ffa_notifications_bitmap_create_call(
 			    vm_locked.vm->id, vm_locked.vm->vcpu_count)) {
 			return false;