summaryrefslogtreecommitdiff
path: root/src/arch/x86
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
commit7041ca0b80cab17a307b4f3647bb818022d3faf2 (patch)
tree3f535e47cbd09251866fba36ea953594b467f5d8 /src/arch/x86
parent6a2ca7cff474fa0b26c1d23fc4022198a8025e66 (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')
-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 8363ab1e6..edba8e6f6 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;