RT-AC56 3.0.0.4.374.37 core
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / arch / m68knommu / platform / 68328 / bootlogo.pl
blobb04ae3f50da52a1827648c17b0dd24151bd89034
2 $_ = join("", <>);
4 s/(0x[0-9a-f]{2})/sprintf("0x%.2x",ord(pack("b8",unpack("B8",chr(hex($1))))))/gei;
6 s/^ / .byte /gm;
7 s/[,};]+$//gm;
8 s/^static.*//gm;
10 print $_;