mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 00:32:04 +02:00
common: Move serial functions out of common.h
These functions belong in serial.h so move them over. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
|
||||
#include <common.h>
|
||||
#include <lcd.h>
|
||||
#include <serial.h>
|
||||
#include <video_font.h> /* Get font data, width and height */
|
||||
#if defined(CONFIG_LCD_LOGO)
|
||||
#include <bmp_logo.h>
|
||||
|
Reference in New Issue
Block a user