From 0f95771e62498a20e9b8b0d5a9782543ab0ddd80 Mon Sep 17 00:00:00 2001 From: Steve Markgraf Date: Mon, 30 Jan 2012 18:23:54 +0100 Subject: firmware: remove deprecated function calls of old display API, cosmetic changes Signed-off-by: Steve Markgraf --- src/target/firmware/board/pirelli_dpl10/init.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/target/firmware/board') diff --git a/src/target/firmware/board/pirelli_dpl10/init.c b/src/target/firmware/board/pirelli_dpl10/init.c index 53fb2576..3f3145e1 100644 --- a/src/target/firmware/board/pirelli_dpl10/init.c +++ b/src/target/firmware/board/pirelli_dpl10/init.c @@ -45,7 +45,8 @@ #include #include -#include + +#include #define ARMIO_LATCH_OUT 0xfffe4802 #define ASIC_CONF_REG 0xfffef008 @@ -111,8 +112,7 @@ void board_init(void) timer_init(); /* Initialize LCD driver (uses I2C) and backlight */ - display = &st7558_display; - display_init(); + fb_init(); bl_mode_pwl(1); bl_level(0); -- cgit v1.2.3