commit | 9b4a205f454dd19687aaf9a22a5bc01164182a90 | [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 | 220a3a44a339a32b3dae13122ec85ccaede5d988 [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-imx/mx6/litesom.c b/arch/arm/mach-imx/mx6/litesom.c index 4f4df74..b0a6bd5 100644 --- a/arch/arm/mach-imx/mx6/litesom.c +++ b/arch/arm/mach-imx/mx6/litesom.c
@@ -4,6 +4,7 @@ * Copyright (C) 2016 Grinn */ +#include <init.h> #include <asm/arch/clock.h> #include <asm/arch/iomux.h> #include <asm/arch/imx-regs.h>