X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=blobdiff_plain;f=board%2Fkaro%2Ftx28%2Ftx28.c;h=25d61c2abc52f2b14f852c7a790d70e7e32ed813;hp=c5c4788a58962bc354af97f33368a99839da7445;hb=74999ac6506460c72d982cff261575729c4f725a;hpb=0e6985443278fc193c90fc2daeeefce853012d54;ds=sidebyside diff --git a/board/karo/tx28/tx28.c b/board/karo/tx28/tx28.c index c5c4788a58..25d61c2abc 100644 --- a/board/karo/tx28/tx28.c +++ b/board/karo/tx28/tx28.c @@ -24,6 +24,7 @@ #include #include #include +#include #include #include #include @@ -625,8 +626,6 @@ static const struct gpio stk5_lcd_gpios[] = { { TX28_LCD_BACKLIGHT_GPIO, GPIOFLAG_OUTPUT_INIT_HIGH, "LCD BACKLIGHT", }, }; -extern void video_hw_init(void *lcdbase); - void lcd_ctrl_init(void *lcdbase) { int color_depth = 24; @@ -810,7 +809,7 @@ void lcd_ctrl_init(void *lcdbase) setenv("videomode", vmode); debug("Initializing LCD controller\n"); - video_hw_init(lcdbase); + video_hw_init(); setenv("videomode", NULL); } else { debug("Skipping initialization of LCD controller\n");