mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
8dd35da22e
Instead of setting the pixel order to a certain order (BGR or RGB) it simply toggles between the two. And since the firmware uses RGB by default the result of the call made by U-Boot is that we end up with BGR. This wasn't an issue before because the call wasn't actually implemented in the old firmware we shipped. For now pass 0 as the pixel order, which should give us the desired RGB pixel order (unless the user has a framebuffer_swap line in their config.txt). ok jsg@, mglocker@, sthen@