aboutsummaryrefslogtreecommitdiff
path: root/core/nvram-format.c
diff options
context:
space:
mode:
authorOliver O'Halloran <oohall@gmail.com>2016-08-17 15:32:48 +1000
committerStewart Smith <stewart@linux.vnet.ibm.com>2016-08-30 16:59:47 +1000
commitad461cc7a45ac2f8ed6f2c6373545d402e936502 (patch)
treed153d0986cb3c25be1e9939519d6751cf3b004c2 /core/nvram-format.c
parent9478b216e5678b1a2e738abe771a335588f0f072 (diff)
downloadskiboot-ad461cc7a45ac2f8ed6f2c6373545d402e936502.zip
skiboot-ad461cc7a45ac2f8ed6f2c6373545d402e936502.tar.gz
skiboot-ad461cc7a45ac2f8ed6f2c6373545d402e936502.tar.bz2
nvram: rename nvram-format.h to nvram.h
The NVRAM handling code was split into two files so that the partition parsing could be separately tested. Currently there is no nvram.h and the tests #include nvram-format.c directly. This patch renames nvram-format.h to something more sensible. Signed-off-by: Oliver O'Halloran <oohall@gmail.com> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'core/nvram-format.c')
-rw-r--r--core/nvram-format.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/nvram-format.c b/core/nvram-format.c
index 5a16fd3..a81663c 100644
--- a/core/nvram-format.c
+++ b/core/nvram-format.c
@@ -15,7 +15,7 @@
*/
#include <skiboot.h>
-#include <nvram-format.h>
+#include <nvram.h>
/*
* NVRAM Format as specified in PAPR