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:
@@ -26,6 +26,7 @@
|
||||
#include <os.h>
|
||||
#include <post.h>
|
||||
#include <relocate.h>
|
||||
#include <serial.h>
|
||||
#ifdef CONFIG_SPL
|
||||
#include <spl.h>
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user