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 <[email protected]>
Acked-by: Stefan Reinauer <[email protected]>

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;
 

-- 
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to