Load the partitions into virtual pnor

Change-Id: I709c410009fb0047d7e59ddd3a681f25e49341a0
Signed-off-by: Ratan Gupta <ratagupt@in.ibm.com>
diff --git a/mbox.h b/mbox.h
index b367033..e9e7c75 100644
--- a/mbox.h
+++ b/mbox.h
@@ -170,6 +170,7 @@
 #ifdef VIRTUAL_PNOR_ENABLED
 	/* Virtual PNOR partition table */
 	struct vpnor_partition_table *vpnor;
+	struct vpnor_partition_paths paths;
 #endif
 };