diff options
author | Simon Glass <sjg@chromium.org> | 2019-12-28 20:45:05 +0300 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-01-17 22:02:35 +0300 |
commit | 9b4a205f454dd19687aaf9a22a5bc01164182a90 (patch) | |
tree | eeca3b94aec1800823498c7a237ba67186214443 /board/compulab/cm_fx6/spl.c | |
parent | 220a3a44a339a32b3dae13122ec85ccaede5d988 (diff) | |
download | u-boot-9b4a205f454dd19687aaf9a22a5bc01164182a90.tar.xz |
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>
Diffstat (limited to 'board/compulab/cm_fx6/spl.c')
-rw-r--r-- | board/compulab/cm_fx6/spl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/compulab/cm_fx6/spl.c b/board/compulab/cm_fx6/spl.c index a406d0046e..1ddf424e42 100644 --- a/board/compulab/cm_fx6/spl.c +++ b/board/compulab/cm_fx6/spl.c @@ -9,6 +9,7 @@ #include <common.h> #include <clock_legacy.h> +#include <init.h> #include <spl.h> #include <asm/io.h> #include <asm/gpio.h> |