summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Menzel <paulepanter@users.sourceforge.net>2015-07-08 22:36:22 +0200
committerAaron Durbin <adurbin@chromium.org>2015-07-10 08:13:50 +0200
commit6757267d6bee3b85bec8344eaad74f02bbaca51e (patch)
tree1aeb3a5ee8827c279fb226a0806aca8b95230672
parent72dd90946fd472d4aebcad2952b463b868e662f2 (diff)
downloadcoreboot-staging-6757267d6bee3b85bec8344eaad74f02bbaca51e.zip
coreboot-staging-6757267d6bee3b85bec8344eaad74f02bbaca51e.tar.gz
include/cbmem_id.h: Sort `CBMEM_ID_TCPA_LOG` entry
Fix up commit f44ac13d (Add TCPA table.) by moving the entry to the correct position so that all entries are sorted. Change-Id: Ib68deb525a942051e1063ea2ec0a3e3b4a937024 Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-on: http://review.coreboot.org/10855 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin <adurbin@chromium.org>
-rw-r--r--src/include/cbmem_id.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/cbmem_id.h b/src/include/cbmem_id.h
index 1b03770..3588079 100644
--- a/src/include/cbmem_id.h
+++ b/src/include/cbmem_id.h
@@ -62,11 +62,11 @@
#define CBMEM_ID_SPINTABLE 0x59175917
#define CBMEM_ID_STAGEx_META 0x57a9e000
#define CBMEM_ID_STAGEx_CACHE 0x57a9e100
+#define CBMEM_ID_TCPA_LOG 0x54435041
#define CBMEM_ID_TIMESTAMP 0x54494d45
#define CBMEM_ID_VBOOT_HANDOFF 0x780074f0
#define CBMEM_ID_VBOOT_WORKBUF 0x78007343
#define CBMEM_ID_WIFI_CALIBRATION 0x57494649
-#define CBMEM_ID_TCPA_LOG 0x54435041
#define CBMEM_ID_TO_NAME_TABLE \
{ CBMEM_ID_ACPI, "ACPI " }, \
OpenPOWER on IntegriCloud