diff options
author | Simon Glass <sjg@chromium.org> | 2019-12-28 10:45:05 -0700 |
---|---|---|
committer | Jagan Teki <jagan@amarulasolutions.com> | 2020-01-24 23:06:49 +0530 |
commit | 91527c9a306fca0f8162a22d8ecc4c7be0dfe332 (patch) | |
tree | d5f2844bc33c47369b5b73e75a58d12127cc37ad /board/atmel/at91sam9m10g45ek/at91sam9m10g45ek.c | |
parent | f32934916c65d3c26c5436b393d886fce8b9ab9f (diff) | |
download | u-boot-91527c9a306fca0f8162a22d8ecc4c7be0dfe332.tar.gz |
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/atmel/at91sam9m10g45ek/at91sam9m10g45ek.c')
-rw-r--r-- | board/atmel/at91sam9m10g45ek/at91sam9m10g45ek.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/atmel/at91sam9m10g45ek/at91sam9m10g45ek.c b/board/atmel/at91sam9m10g45ek/at91sam9m10g45ek.c index 6df915fcf1..8aabc55951 100644 --- a/board/atmel/at91sam9m10g45ek/at91sam9m10g45ek.c +++ b/board/atmel/at91sam9m10g45ek/at91sam9m10g45ek.c @@ -7,6 +7,7 @@ #include <common.h> #include <debug_uart.h> +#include <init.h> #include <net.h> #include <vsprintf.h> #include <asm/io.h> |