commit | 8e16b1e51de261d32a012c426b7ced60c4690371 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Dec 28 10:45:05 2019 -0700 |
committer | Tom Rini <trini@konsulko.com> | Fri Jan 17 14:02:35 2020 -0500 |
tree | eeca3b94aec1800823498c7a237ba67186214443 | |
parent | 606f09b3d23c9243ac4f41cd9fbe8c113e69f07d [diff] [blame] |
common: Move RAM-sizing functions to init.h These functions relate to memory init so move them into the init header. Signed-off-by: Simon Glass <sjg@chromium.org>
diff --git a/arch/arm/mach-omap2/emif-common.c b/arch/arm/mach-omap2/emif-common.c index c900f28..bb81063 100644 --- a/arch/arm/mach-omap2/emif-common.c +++ b/arch/arm/mach-omap2/emif-common.c
@@ -9,6 +9,7 @@ */ #include <common.h> +#include <init.h> #include <net.h> #include <asm/emif.h> #include <asm/arch/clock.h>