mirror of
https://github.com/linux-sunxi/u-boot-sunxi.git
synced 2024-02-12 11:16:03 +08:00
lcd: dt: extract simplefb support
We now have api functions that can support compiling simplefb code as its own module. Since this code is not part of the display functionality, extract it to its own file. Raspberry Pi is updated to accommodate the changes. Signed-off-by: Nikita Kiryanov <nikita@compulab.co.il> Acked-by: Stephen Warren <swarren@wwwdotorg.org> Reviewed-by: Simon Glass <sjg@chromium.org> Tested-by: Bo Shen <voice.shen@atmel.com> Tested-by: Josh Wu <josh.wu@atmel.com> Cc: Simon Glass <sjg@chromium.org> Cc: Anatolij Gustschin <agust@denx.de> Cc: Stephen Warren <swarren@wwwdotorg.org>
This commit is contained in:

committed by
Anatolij Gustschin

parent
bf21a5deb9
commit
033167c4c5
@ -128,9 +128,6 @@ void lcd_show_board_info(void);
|
||||
/* Return the size of the LCD frame buffer, and the line length */
|
||||
int lcd_get_size(int *line_length);
|
||||
|
||||
int lcd_dt_simplefb_add_node(void *blob);
|
||||
int lcd_dt_simplefb_enable_existing_node(void *blob);
|
||||
|
||||
/* Update the LCD / flush the cache */
|
||||
void lcd_sync(void);
|
||||
|
||||
|
Reference in New Issue
Block a user