From 67530f82dd5e50b0666ded863e33d0aeda8cacee Mon Sep 17 00:00:00 2001 From: Nathan Whitehorn Date: Tue, 2 Jan 2018 03:59:46 +0000 Subject: [PATCH] Fix reversed endianness that crept in at some point. Blue is now blue instead of pink. MFC after: 3 days --- sys/powerpc/ps3/ps3_syscons.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/powerpc/ps3/ps3_syscons.c b/sys/powerpc/ps3/ps3_syscons.c index 6b4db2a2ed7..aeec42b0cd2 100644 --- a/sys/powerpc/ps3/ps3_syscons.c +++ b/sys/powerpc/ps3/ps3_syscons.c @@ -229,7 +229,7 @@ ps3fb_init(struct vt_device *vd) /* 32-bit VGA palette */ vt_generate_cons_palette(sc->fb_info.fb_cmap, COLOR_FORMAT_RGB, - 255, 0, 255, 8, 255, 16); + 255, 16, 255, 8, 255, 0); /* Set correct graphics context */ lv1_gpu_context_attribute(sc->sc_fbcontext,