]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
kvm tools: Get rid of spaces in ld script
authorCyrill Gorcunov <gorcunov@gmail.com>
Tue, 7 Jun 2011 19:41:15 +0000 (23:41 +0400)
committerPekka Enberg <penberg@kernel.org>
Wed, 8 Jun 2011 14:15:26 +0000 (17:15 +0300)
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
Signed-off-by: Pekka Enberg <penberg@kernel.org>
tools/kvm/bios/rom.ld.S

index aed8a652d50ce4c2588d4bc3099caeb6a13b1623..f122b9781f4ed04b30c1224f57259d108b3ce610 100644 (file)
@@ -11,7 +11,7 @@ PHDRS {
 }
 
 SECTIONS {
-       . = 0;
-       .text : { *(.text) } :text = 0x9090
+       . = 0;
+       .text : { *(.text) } :text = 0x9090
 }