aboutsummaryrefslogtreecommitdiff
path: root/util/cbmem
diff options
context:
space:
mode:
authorMarc Jones <marc.jones@se-eng.com>2015-06-04 23:36:01 -0600
committerMarc Jones <marc.jones@se-eng.com>2015-06-09 17:21:07 +0200
commita8bda437d1f409c7e357a51e2b0f4d91bef31107 (patch)
treeedac231762b446072ff65b8197f307e737a9a1f0 /util/cbmem
parent04746fc22c667506da528394ca6764656b05657e (diff)
cbmem: Break out CBMEM_ID to a separate header file
The cbmem util needs the CBMEM_IDs and the strings for reporting and shares the cbmem.h file with coreboot. Split out the IDs so for a simpler sharing and no worries about overlap of standard libraries and other things in the header that coreboot requires, but the tool does not. Change-Id: Iba760c5f99c5e9838ba9426e284b59f02bcc507a Signed-off-by: Marc Jones <marc.jones@se-eng.com> Reviewed-on: http://review.coreboot.org/10430 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'util/cbmem')
-rw-r--r--util/cbmem/cbmem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/cbmem/cbmem.c b/util/cbmem/cbmem.c
index e294c20578..3bc0fcd1a7 100644
--- a/util/cbmem/cbmem.c
+++ b/util/cbmem/cbmem.c
@@ -46,7 +46,7 @@ typedef uint16_t u16;
typedef uint32_t u32;
typedef uint64_t u64;
-#include "cbmem.h"
+#include "cbmem_id.h"
#include "timestamp.h"
#define CBMEM_VERSION "1.1"