Fix reversed endianness that crept in at some point. Blue is now blue

instead of pink.

MFC after:	3 days
This commit is contained in:
Nathan Whitehorn 2018-01-02 03:59:46 +00:00
parent b545252a16
commit 67530f82dd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=327484

View File

@ -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,