commit | 36736182a862af373152f3a382ca20a26dd09bd0 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Nov 14 12:57:24 2019 -0700 |
committer | Tom Rini <trini@konsulko.com> | Mon Dec 02 18:23:11 2019 -0500 |
tree | cb474a50859f50c473d2222002a798a4dfe4ed74 | |
parent | bd7a59aea6a750b3bbf55770f69313620263e27a [diff] [blame] |
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>
diff --git a/common/spl/spl.c b/common/spl/spl.c index a2ef13a..82fd54c 100644 --- a/common/spl/spl.c +++ b/common/spl/spl.c
@@ -11,6 +11,7 @@ #include <binman_sym.h> #include <dm.h> #include <handoff.h> +#include <serial.h> #include <spl.h> #include <asm/u-boot.h> #include <nand.h>