"make check" uses the .fex files in the sunxi-boards repository to
verify the validity of our FEX compiler.
To overcome an existing issue, there was one patch file applied to the
mainline repository content. However this was merged into mainline
sunxi-boards a while ago, so remove that patch file, as trying to apply
the patch actually fails the current test early.
Also some new files (H6 boards) have been added meanwhile, but they are
apparently buggy:
- pine64_h64.fex contains some apparently bogus characters before the
leading comment, possibly an artefact of its extraction.
- One DRAM TPR6 parameter seems to contain an extra trailing 0, making
the value larger than 32 bit, and not matching the TPR6 values for
other A31 boards. Just remove that, as the compiler rightfully
complains about that.
This allows the "make check" command to pass again.
Signed-off-by: Andre Przywara <osp@andrep.de>