diff options
author | Simon Glass <sjg@chromium.org> | 2019-12-28 10:45:06 -0700 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-01-17 14:02:35 -0500 |
commit | 49acd56e4f1b0cb76af73bb1b22db20c81af3f78 (patch) | |
tree | 457e7b68186c0f1f0780408ac170b3e25e74f284 /board/freescale/m5253demo | |
parent | 9b4a205f454dd19687aaf9a22a5bc01164182a90 (diff) | |
download | u-boot-49acd56e4f1b0cb76af73bb1b22db20c81af3f78.tar.gz u-boot-49acd56e4f1b0cb76af73bb1b22db20c81af3f78.tar.bz2 u-boot-49acd56e4f1b0cb76af73bb1b22db20c81af3f78.zip |
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>
Diffstat (limited to 'board/freescale/m5253demo')
-rw-r--r-- | board/freescale/m5253demo/m5253demo.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/freescale/m5253demo/m5253demo.c b/board/freescale/m5253demo/m5253demo.c index dcf6d7f1db..76c18b8504 100644 --- a/board/freescale/m5253demo/m5253demo.c +++ b/board/freescale/m5253demo/m5253demo.c @@ -8,6 +8,7 @@ */ #include <common.h> +#include <init.h> #include <asm/immap.h> #include <netdev.h> #include <asm/io.h> |