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>
This commit is contained in:
parent
e690eda978
commit
e62b8e9a8f
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue