aboutsummaryrefslogtreecommitdiff
path: root/src/arch/x86/init
diff options
context:
space:
mode:
authorStefan Reinauer <stefan.reinauer@coreboot.org>2011-04-15 04:12:03 +0000
committerStefan Reinauer <stepan@openbios.org>2011-04-15 04:12:03 +0000
commitb77a73e40b1a88668cc16ca0b398e96c544b7c2e (patch)
tree3f535e47cbd09251866fba36ea953594b467f5d8 /src/arch/x86/init
parente50952f53294b3939f851c0feacaf13e31bc5a44 (diff)
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/arch/x86/init')
-rw-r--r--src/arch/x86/init/bootblock.ld2
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;