Commit fb01e14e authored by Andrew Jeffery's avatar Andrew Jeffery

vpnor: Rename pnor_partition sources to partition

Change-Id: I7fb3ba5071c94595449c5469625564233cc8d752
Signed-off-by: Andrew Jeffery's avatarAndrew Jeffery <andrew@aj.id.au>
parent dec59b47
mboxd_SOURCES += %reldir%/pnor_partition_table.cpp \
%reldir%/backend.cpp \
%reldir%/pnor_partition.cpp
%reldir%/partition.cpp
mboxd_LDFLAGS += -lstdc++fs \
$(SDBUSPLUS_LIBS) \
......
......@@ -22,8 +22,8 @@ extern "C" {
#include "vpnor/backend.h"
}
#include "pnor_partition.hpp"
#include "pnor_partition_table.hpp"
#include "vpnor/partition.hpp"
#include "xyz/openbmc_project/Common/error.hpp"
#include <cassert>
......
......@@ -6,8 +6,8 @@ extern "C" {
#include "config.h"
#include "pnor_partition.hpp"
#include "pnor_partition_table.hpp"
#include "vpnor/partition.hpp"
#include "xyz/openbmc_project/Common/error.hpp"
#include <assert.h>
......
......@@ -86,7 +86,7 @@ namespace partition
* PNOR image.
* These files are stored in a well-known location on the PNOR.
* Based on this information, this class prepares the partition table whose
* structure is as outlined in pnor_partition.h.
* structure is as outlined in partition.hpp.
*
* The virtual PNOR supports 4KB erase blocks - partitions must be aligned to
* this size.
......
......@@ -7,7 +7,7 @@ TEST_MBOX_VPNOR_INTEG_SRCS = \
windows.c \
lpc.c \
vpnor/backend.cpp \
vpnor/pnor_partition.cpp \
vpnor/partition.cpp \
vpnor/pnor_partition_table.cpp \
%reldir%/tmpd.cpp
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment