Changes in kernel/genarch/src/multiboot/multiboot2.c [1f5c9c96:40898df] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/genarch/src/multiboot/multiboot2.c
r1f5c9c96 r40898df 76 76 static void multiboot2_fbinfo(const multiboot2_fbinfo_t *fbinfo) 77 77 { 78 #ifdef CONFIG_FB 78 79 if (fbinfo->visual == MULTIBOOT2_VISUAL_RGB) { 79 80 bfb_addr = fbinfo->addr; … … 92 93 bfb_blue_size = fbinfo->rgb.blue_size; 93 94 } 95 #endif 94 96 } 95 97
Note:
See TracChangeset
for help on using the changeset viewer.