summaryrefslogtreecommitdiff
path: root/src/framebuffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/framebuffer.c')
-rw-r--r--src/framebuffer.c2
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 @@
14static Framebuffer framebuffer = {}; 14static Framebuffer framebuffer = {};
15 15
16bool framebuffer_init(uint32_t* error) { 16bool 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,