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;