Add qemu 2.4.0
[kvmfornfv.git] / qemu / roms / u-boot / board / cray / L1 / x2c.awk
diff --git a/qemu/roms/u-boot/board/cray/L1/x2c.awk b/qemu/roms/u-boot/board/cray/L1/x2c.awk
new file mode 100644 (file)
index 0000000..9235e6c
--- /dev/null
@@ -0,0 +1,6 @@
+#!/bin/awk
+BEGIN { print "unsigned char bootscript[] = { \n"}
+{ for (i = 2; i <= NF ; i++ ) printf "0x"$i","
+  print ""
+}
+END { print "\n};\n" }