diff options
author | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2011-04-15 04:12:03 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2011-04-15 04:12:03 +0000 |
commit | b77a73e40b1a88668cc16ca0b398e96c544b7c2e (patch) | |
tree | 3f535e47cbd09251866fba36ea953594b467f5d8 /src | |
parent | e50952f53294b3939f851c0feacaf13e31bc5a44 (diff) | |
download | coreboot-b77a73e40b1a88668cc16ca0b398e96c544b7c2e.tar.xz |
comment cosmetics in bootblock.ld
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
Diffstat (limited to 'src')
-rw-r--r-- | src/arch/x86/init/bootblock.ld | 2 |
1 files changed, 1 insertions, 1 deletions
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; |