New patch to review for coreboot: 9e4bc8f Minor Kconfig help text fix
Stefan Tauner (stefan.tauner@gmx.at) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/2999 -gerrit commit 9e4bc8f6b65e81d0f77c66c224317e1cd9944e26 Author: Stefan Tauner <stefan.tauner@gmx.at> Date: Mon Apr 1 13:45:44 2013 +0200 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> --- src/cpu/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cpu/Kconfig b/src/cpu/Kconfig index 6177285..ed7d6ab 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"
participants (1)
-
Stefan Tauner