]> git.ipfire.org Git - people/ms/u-boot.git/commit
qts-filter.sh: strip DOS line endings and handle continuation lines
authorBill Randle <bill.randle@gmail.com>
Sat, 19 Nov 2016 04:23:33 +0000 (20:23 -0800)
committerMarek Vasut <marex@denx.de>
Tue, 6 Dec 2016 00:45:57 +0000 (01:45 +0100)
commit27211b605b45a2315d37b0d6b5e7ffaa6897caec
tree7a877dbe53b3ad42d48a3a95878c900f573379d2
parentbeee6a3083ebf08438aaf79eaeec23d0b5f9fec3
qts-filter.sh: strip DOS line endings and handle continuation lines

Some Altera Quartus generated files have long lines that are split with a '\' at
the end of the line. It also wOn Windows, rites files in DOS format, which can
confuse some of the processing scripts in this file. This patch solves both issues.

Signed-off-by: Bill Randle <bill.randle@gmail.com>
Cc: Marek Vasut <marex@denx.de>
arch/arm/mach-socfpga/qts-filter.sh