summaryrefslogtreecommitdiffstats
path: root/src/commonlib
diff options
context:
space:
mode:
authorDinesh Gehlot <digehlot@google.com>2023-09-08 18:29:34 +0530
committerSubrata Banik <subratabanik@google.com>2023-09-13 18:10:04 +0000
commita73c9e0f86b3a4713cfaf1bd8bea2886d5e9992f (patch)
tree1c78835cdc3b43e94ffa10037f4c4b0c2ccc2a60 /src/commonlib
parent22e16db4c5e2125409abc77b888493e63bbeea86 (diff)
downloadcoreboot-a73c9e0f86b3a4713cfaf1bd8bea2886d5e9992f.tar.gz
coreboot-a73c9e0f86b3a4713cfaf1bd8bea2886d5e9992f.tar.bz2
coreboot-a73c9e0f86b3a4713cfaf1bd8bea2886d5e9992f.zip
soc/intel/cmd/blk/cse: Shorten CBMEM field name for better alignment
This patch shortens the name of the CBMEM field CBMEM_ID_CSE_INFO from "CSE SPECIFIC INFORMATION" to "CSE SPECIFIC INFO" to improve the alignment of the text on the screen. The functionality of the field has not been changed. BUG=NA Test=Boot verified on rex board. Change-Id: I39c716dab7d02d49e7d552cff77d544a1c168433 Signed-off-by: Dinesh Gehlot <digehlot@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/77743 Reviewed-by: Subrata Banik <subratabanik@google.com> Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/commonlib')
-rw-r--r--src/commonlib/bsd/include/commonlib/bsd/cbmem_id.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commonlib/bsd/include/commonlib/bsd/cbmem_id.h b/src/commonlib/bsd/include/commonlib/bsd/cbmem_id.h
index 3b4573ec6f58..ad856899506e 100644
--- a/src/commonlib/bsd/include/commonlib/bsd/cbmem_id.h
+++ b/src/commonlib/bsd/include/commonlib/bsd/cbmem_id.h
@@ -168,5 +168,5 @@
{ CBMEM_ID_MEM_CHIP_INFO, "MEM CHIP INFO"},\
{ CBMEM_ID_AMD_STB, "AMD STB"},\
{ CBMEM_ID_AMD_MP2, "AMD MP2 BUFFER"},\
- { CBMEM_ID_CSE_INFO, "CSE SPECIFIC INFORMATION"}
+ { CBMEM_ID_CSE_INFO, "CSE SPECIFIC INFO"}
#endif /* _CBMEM_ID_H_ */