diff options
Diffstat (limited to 'src/arch/x86/init')
-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; |