[coreboot] New patch to review for coreboot: e7d1b94 Fix whitespace issue with help message in Kconfig file

Dave Frodin (dave.frodin@se-eng.com) gerrit at coreboot.org
Tue Nov 6 21:43:26 CET 2012


Dave Frodin (dave.frodin at se-eng.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/1687

-gerrit

commit e7d1b943e19697d68d32e2cd164bdaefe3ed25d2
Author: Dave Frodin <dave.frodin at se-eng.com>
Date:   Tue Nov 6 13:37:08 2012 -0700

    Fix whitespace issue with help message in Kconfig file
    
    Every line of text after a 'help' label in a Kconfig file must have the same
    whitespace preceding it, otherwise it's no longer considered help text.
    
    Change-Id: I97093bee72b295b315d78d4c26d7186bf1017fda
    Signed-off-by: Dave Frodin <dave.frodin at se-eng.com>
---
 src/southbridge/amd/agesa/hudson/Kconfig | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/southbridge/amd/agesa/hudson/Kconfig b/src/southbridge/amd/agesa/hudson/Kconfig
index f58f920..b962832 100644
--- a/src/southbridge/amd/agesa/hudson/Kconfig
+++ b/src/southbridge/amd/agesa/hudson/Kconfig
@@ -95,17 +95,17 @@ config HUDSON_FWM_POSITION
         default 0xFF820000 if BOARD_ROMSIZE_KB_8192
         default 0xFF020000 if BOARD_ROMSIZE_KB_16384
 	help
-          Hudson requires the firmware MUST to be located at
+	  Hudson requires the firmware MUST be located at
 	  a specific address (ROM start address + 0x20000), otherwise
 	  xhci host Controller can not find or load the xhci firmware.
 
 	  The firmware start address is dependent on the ROM chip size.
 	  The default offset is 0x20000 from the ROM start address, namely
-           0xFFF20000 if flash chip size is 1M
-           0xFFE20000 if flash chip size is 2M
-           0xFFC20000 if flash chip size is 4M
-           0xFF820000 if flash chip size is 8M
-           0xFF020000 if flash chip size is 16M
+	  0xFFF20000 if flash chip size is 1M
+	  0xFFE20000 if flash chip size is 2M
+	  0xFFC20000 if flash chip size is 4M
+	  0xFF820000 if flash chip size is 8M
+ 	  0xFF020000 if flash chip size is 16M
 endif
 
 choice




More information about the coreboot mailing list