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>
This commit is contained in:
parent
0703ec4fb2
commit
0ce2b43682
|
@ -87,7 +87,7 @@ config CPU_MICROCODE_CBFS_GENERATE
|
||||||
building coreboot and included in the final image as a separate CBFS
|
building coreboot and included in the final image as a separate CBFS
|
||||||
file. Microcode will not be hard-coded into ramstage.
|
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.
|
time with cbfstool, if desired.
|
||||||
|
|
||||||
If unsure, select this option.
|
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
|
microcode that you have is newer than the microcode shipping with
|
||||||
coreboot.
|
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.
|
time with cbfstool, if desired.
|
||||||
|
|
||||||
If unsure, select "Generate from tree"
|
If unsure, select "Generate from tree"
|
||||||
|
|
Loading…
Reference in New Issue