diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2010-09-23 18:48:27 +0000 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2010-09-23 18:48:27 +0000 |
commit | 16db6c3486fba7292bade3233df96b4ab2ecc889 (patch) | |
tree | e862728c6b0e9e6eb7e11fd8d1d813981d23df6b /src/arch | |
parent | d6b4f1cd0ad43d29fe925a6cc6951f205a8ead50 (diff) |
Whitespace/typo/cosmetic fixes (trivial).
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5830 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/arch')
-rw-r--r-- | src/arch/i386/Kconfig | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/arch/i386/Kconfig b/src/arch/i386/Kconfig index 7df5c53201..ef86d99119 100644 --- a/src/arch/i386/Kconfig +++ b/src/arch/i386/Kconfig @@ -76,10 +76,10 @@ config UPDATE_IMAGE default n depends on TINY_BOOTBLOCK help - If this option is activate, no new coreboot.rom file - is created. Instead it is expected that there already - is a suitable file for further processing. - The bootblock will not be modified. + If this option is enabled, no new coreboot.rom file + is created. Instead it is expected that there already + is a suitable file for further processing. + The bootblock will not be modified. config ROMCC bool |