]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/cray/L1/x2c.awk
powerpc: ppc4xx: remove board support for CRAYL1
[karo-tx-uboot.git] / board / cray / L1 / x2c.awk
diff --git a/board/cray/L1/x2c.awk b/board/cray/L1/x2c.awk
deleted file mode 100644 (file)
index 9235e6c..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/awk
-BEGIN { print "unsigned char bootscript[] = { \n"}
-{ for (i = 2; i <= NF ; i++ ) printf "0x"$i","
-  print ""
-}
-END { print "\n};\n" }