diff options
-rw-r--r-- | src/framebuffer.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/framebuffer.c b/src/framebuffer.c index 6505ace..dc9cc78 100644 --- a/src/framebuffer.c +++ b/src/framebuffer.c | |||
@@ -14,8 +14,6 @@ | |||
14 | static Framebuffer framebuffer = {}; | 14 | static Framebuffer framebuffer = {}; |
15 | 15 | ||
16 | bool framebuffer_init(uint32_t* error) { | 16 | bool framebuffer_init(uint32_t* error) { |
17 | // TODO: We can combine both messages, this one and the one below, into a | ||
18 | // single array and make a single call to mbox_write(). | ||
19 | MAIL_T uint32_t InitFramebuffer[24] = { | 17 | MAIL_T uint32_t InitFramebuffer[24] = { |
20 | /*00*/96, // Size in bytes, aligned to MAIL_ALIGN. | 18 | /*00*/96, // Size in bytes, aligned to MAIL_ALIGN. |
21 | /*01*/MAILBOX_REQUEST, | 19 | /*01*/MAILBOX_REQUEST, |