summaryrefslogtreecommitdiffstats
path: root/bootloader
diff options
context:
space:
mode:
Diffstat (limited to 'bootloader')
-rw-r--r--bootloader/main-pp.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/bootloader/main-pp.c b/bootloader/main-pp.c
index f4184829e0..07222139e7 100644
--- a/bootloader/main-pp.c
+++ b/bootloader/main-pp.c
@@ -446,10 +446,6 @@ void* main(void)
kernel_init();
lcd_init();
-#if LCD_DEPTH > 1
- lcd_set_foreground(LCD_WHITE);
- lcd_set_background(LCD_BLACK);
-#endif
font_init();
show_logo();