
Hi Mario,
On Tue, 7 Aug 2018 09:36:33 +0200 Mario Six mario.six@gdsys.cc wrote: ...
this breaks building for MIPS:
https://travis-ci.org/vdsao/u-boot-video/jobs/412722192#L869
I see. MIPS apparently doesn't implement any of the in/out functions at all. But since the necessary __raw_read/__raw_write functions exist, it's just a matter of a few lines to add them. I'll add a patch that will fix this.
OK, thanks!
There also seems to be a warning about a format specifier on MIPS, I'll fix that as well.
Yes, for build-testing I applied the patch with changes for "%zu" format specifier to fix warnings when building sandbox:
https://github.com/vdsao/u-boot-video/commit/0968a2bf28b7c5c0dd4535b5925b77c...
Not sure if it is enough.
To make things less confusing, I'll import your v5 of "misc: Sort Makefile entries" and send a full v6 series.
Thanks!
-- Anatolij