commit | 0ffd9db4f50198a07e7b1aee4d41af080c06763d | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Dec 28 10:45:06 2019 -0700 |
committer | Tom Rini <trini@konsulko.com> | Fri Jan 17 14:02:35 2020 -0500 |
tree | 457e7b68186c0f1f0780408ac170b3e25e74f284 | |
parent | 8e16b1e51de261d32a012c426b7ced60c4690371 [diff] [blame] |
common: Move testdram() into init.h This function is called during init so move it to the init header file. Signed-off-by: Simon Glass <sjg@chromium.org>
diff --git a/board/sysam/stmark2/stmark2.c b/board/sysam/stmark2/stmark2.c index 790199a..ce8b541 100644 --- a/board/sysam/stmark2/stmark2.c +++ b/board/sysam/stmark2/stmark2.c
@@ -6,6 +6,7 @@ */ #include <common.h> +#include <init.h> #include <spi.h> #include <asm/io.h> #include <asm/immap.h>