[coreboot] [commit] r6505 - trunk/src/arch/x86/init

repository service svn at coreboot.org
Fri Apr 15 06:12:04 CEST 2011


Author: stepan
Date: Fri Apr 15 06:12:03 2011
New Revision: 6505
URL: https://tracker.coreboot.org/trac/coreboot/changeset/6505

Log:
comment cosmetics in bootblock.ld

Signed-off-by: Stefan Reinauer <stefan.reinauer at coreboot.org>
Acked-by: Stefan Reinauer <stefan.reinauer at coreboot.org>

Modified:
   trunk/src/arch/x86/init/bootblock.ld

Modified: trunk/src/arch/x86/init/bootblock.ld
==============================================================================
--- trunk/src/arch/x86/init/bootblock.ld	Fri Apr 15 05:34:05 2011	(r6504)
+++ trunk/src/arch/x86/init/bootblock.ld	Fri Apr 15 06:12:03 2011	(r6505)
@@ -27,7 +27,7 @@
 {
 	. = CONFIG_ROMBASE;
 
-	/* cut _start into last 64k*/
+	/* cut _start into last 64k */
 	_x = .;
 	. = (_x < CONFIG_ROMBASE) ? (CONFIG_ROMBASE) : _x;
 




More information about the coreboot mailing list