comment cosmetics in bootblock.ld
authorStefan Reinauer <stefan.reinauer@coreboot.org>
Fri, 15 Apr 2011 04:12:03 +0000 (04:12 +0000)
committerStefan Reinauer <stepan@openbios.org>
Fri, 15 Apr 2011 04:12:03 +0000 (04:12 +0000)
Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Acked-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6505 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

src/arch/x86/init/bootblock.ld

index 8363ab1e66dd469f8082a363ff39e2da5dd39754..edba8e6f61e618e2a660fd0e444f4667a90c8420 100644 (file)
@@ -27,7 +27,7 @@ SECTIONS
 {
        . = CONFIG_ROMBASE;
 
-       /* cut _start into last 64k*/
+       /* cut _start into last 64k */
        _x = .;
        . = (_x < CONFIG_ROMBASE) ? (CONFIG_ROMBASE) : _x;