summaryrefslogtreecommitdiff
path: root/board/cssi
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2019-11-14 22:57:24 +0300
committerTom Rini <trini@konsulko.com>2019-12-03 02:23:11 +0300
commitb03e0510d769381ce3cda5a494889bfee5042c59 (patch)
treecb474a50859f50c473d2222002a798a4dfe4ed74 /board/cssi
parentf516fd99ec59d964836906c8ac370f246d60c14d (diff)
downloadu-boot-b03e0510d769381ce3cda5a494889bfee5042c59.tar.xz
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>
Diffstat (limited to 'board/cssi')
-rw-r--r--board/cssi/MCR3000/MCR3000.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/cssi/MCR3000/MCR3000.c b/board/cssi/MCR3000/MCR3000.c
index 445b84c180..dcd2c1c975 100644
--- a/board/cssi/MCR3000/MCR3000.c
+++ b/board/cssi/MCR3000/MCR3000.c
@@ -12,6 +12,7 @@
#include <hwconfig.h>
#include <mpc8xx.h>
#include <fdt_support.h>
+#include <serial.h>
#include <asm/io.h>
#include <dm/uclass.h>
#include <wdt.h>