diff options
author | Paul Menzel <paulepanter@users.sourceforge.net> | 2013-04-26 17:15:07 +0200 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2013-05-03 06:26:19 +0200 |
commit | e62b8e9a8fb08d4afd88ec57414a33b7154aaa67 (patch) | |
tree | 4725762c503ec8e8e6b5263ed4d127a5fdfc78c3 | |
parent | e690eda978690e8c44804fe81f545a87a552685f (diff) | |
download | coreboot-e62b8e9a8fb08d4afd88ec57414a33b7154aaa67.tar.xz |
Kconfig: Capitalize CBMEM in description of `EARLY_CBMEM_INIT`
Capitalizing CBMEM seems to be the official spelling as can be seen
in the descriptions around the `EARLY_CBMEM_INIT` Kconfig option.
Change-Id: I046a678c3b04ef7e681de46aa137cedc405d546f
Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-on: http://review.coreboot.org/3143
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
-rw-r--r-- | src/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Kconfig b/src/Kconfig index ab2a9271fd..ce7f400c79 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -174,7 +174,7 @@ config EARLY_CBMEM_INIT bool default n help - Make coreboot initialize the cbmem structures while running in ROM + Make coreboot initialize the CBMEM structures while running in ROM stage. This is useful when the ROM stage wants to communicate some, for instance, execution timestamps. It needs support in romstage.c and should be enabled by the board's Kconfig. |