From: Cyrill Gorcunov Date: Tue, 7 Jun 2011 19:41:15 +0000 (+0400) Subject: kvm tools: Get rid of spaces in ld script X-Git-Tag: next-20110824~3^2~214 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=64ca98d5cee6bbb58fe6ab9d3c0e7bdade815808;p=karo-tx-linux.git kvm tools: Get rid of spaces in ld script Signed-off-by: Cyrill Gorcunov Signed-off-by: Pekka Enberg --- diff --git a/tools/kvm/bios/rom.ld.S b/tools/kvm/bios/rom.ld.S index aed8a652d50c..f122b9781f4e 100644 --- a/tools/kvm/bios/rom.ld.S +++ b/tools/kvm/bios/rom.ld.S @@ -11,7 +11,7 @@ PHDRS { } SECTIONS { - . = 0; - .text : { *(.text) } :text = 0x9090 + . = 0; + .text : { *(.text) } :text = 0x9090 }