diff options
author | Stefan Tauner <stefan.tauner@gmx.at> | 2013-04-01 13:45:44 +0200 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2013-04-01 23:27:07 +0200 |
commit | 0ce2b4368286df8267bfb290b206671825981248 (patch) | |
tree | 1a6abc955ca1150f8210ddc2b4a48199b9c957ba /src | |
parent | 0703ec4fb2f0342e88fa50dfae21710019774ad1 (diff) | |
download | coreboot-0ce2b4368286df8267bfb290b206671825981248.tar.xz |
Minor Kconfig help text fix
I did not check what was once after the 'and'.
Change-Id: I9f3f725bec281a94abdb2eeb692a96fecdebcc0c
Signed-off-by: Stefan Tauner <stefan.tauner@gmx.at>
Reviewed-on: http://review.coreboot.org/2999
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src')
-rw-r--r-- | src/cpu/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cpu/Kconfig b/src/cpu/Kconfig index 6177285a79..ed7d6ab3ac 100644 --- a/src/cpu/Kconfig +++ b/src/cpu/Kconfig @@ -87,7 +87,7 @@ config CPU_MICROCODE_CBFS_GENERATE building coreboot and included in the final image as a separate CBFS file. Microcode will not be hard-coded into ramstage. - The microcode file and may be removed from the ROM image at a later + The microcode file may be removed from the ROM image at a later time with cbfstool, if desired. If unsure, select this option. @@ -101,7 +101,7 @@ config CPU_MICROCODE_CBFS_EXTERNAL microcode that you have is newer than the microcode shipping with coreboot. - The microcode file and may be removed from the ROM image at a later + The microcode file may be removed from the ROM image at a later time with cbfstool, if desired. If unsure, select "Generate from tree" |