Load the partitions into virtual pnor

Change-Id: I709c410009fb0047d7e59ddd3a681f25e49341a0
Signed-off-by: Ratan Gupta <ratagupt@in.ibm.com>
diff --git a/mboxd.c b/mboxd.c
index c418543..fcc3688 100644
--- a/mboxd.c
+++ b/mboxd.c
@@ -314,6 +314,7 @@
 
 #ifdef VIRTUAL_PNOR_ENABLED
 	vpnor_create_partition_table(context);
+	strcpy(context->paths.ro_loc, PARTITION_FILES_LOC);
 #endif
 
 	rc = init_signals(context, &set);