multiboot2: Remove useless, broken comparison
This commit is contained in:
parent
a1bf37382d
commit
b899d1accd
|
@ -454,7 +454,7 @@ bool multiboot2_load(char *config, char* cmdline) {
|
||||||
|
|
||||||
term_deinit();
|
term_deinit();
|
||||||
|
|
||||||
if (fbtag && fbtag->type == MULTIBOOT_FRAMEBUFFER_TYPE_RGB) {
|
if (fbtag) {
|
||||||
size_t req_width = fbtag->width;
|
size_t req_width = fbtag->width;
|
||||||
size_t req_height = fbtag->height;
|
size_t req_height = fbtag->height;
|
||||||
size_t req_bpp = fbtag->depth;
|
size_t req_bpp = fbtag->depth;
|
||||||
|
|
Loading…
Reference in New Issue