commit | 8441a3958a70ea9980adc02bc85af28dc5ac7f92 | [log] [tgz] |
---|---|---|
author | Ratan Gupta <ratagupt@in.ibm.com> | Fri May 05 21:42:53 2017 +0530 |
committer | Ratan Gupta <ratagupt@in.ibm.com> | Thu Jun 29 00:56:00 2017 +0530 |
tree | 6a4e209476e68fb9310cd68413a70b47888059fc | |
parent | 99551ef1fec6851af8903acb22b55d741ea2ad17 [diff] [blame] |
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);