From b77a73e40b1a88668cc16ca0b398e96c544b7c2e Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Fri, 15 Apr 2011 04:12:03 +0000 Subject: comment cosmetics in bootblock.ld Signed-off-by: Stefan Reinauer Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6505 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/arch/x86/init/bootblock.ld | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/arch/x86/init') diff --git a/src/arch/x86/init/bootblock.ld b/src/arch/x86/init/bootblock.ld index 8363ab1e66..edba8e6f61 100644 --- a/src/arch/x86/init/bootblock.ld +++ b/src/arch/x86/init/bootblock.ld @@ -27,7 +27,7 @@ SECTIONS { . = CONFIG_ROMBASE; - /* cut _start into last 64k*/ + /* cut _start into last 64k */ _x = .; . = (_x < CONFIG_ROMBASE) ? (CONFIG_ROMBASE) : _x; -- cgit v1.2.3