diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2016-07-29 07:31:54 +0200 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2016-07-31 18:34:16 +0200 |
commit | 45de1fe4fbf436d68571046347595b87efa3868e (patch) | |
tree | c4ae8fda2584287add61b38f7e50903ce439aea5 /src/Kconfig | |
parent | fa640a2f56bf99cef6d06419e47fbf59f3cf6bd2 (diff) |
src/Kconfig: Capitalize ROM
Change-Id: I6c090f5adcc46b4e069a156c6b506a76c0aa7cb5
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/15952
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Omar Pakker
Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/Kconfig')
-rw-r--r-- | src/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Kconfig b/src/Kconfig index 6911f9387e..3cb012e978 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -1189,7 +1189,7 @@ config CBFS_SIZE default ROM_SIZE help This is the part of the ROM actually managed by CBFS. Set it to be - equal to the full rom size if that hasn't been overridden by the + equal to the full ROM size if that hasn't been overridden by the chipset or mainboard. config CREATE_BOARD_CHECKLIST |