diff options
| author | Simon Glass <[email protected]> | 2019-12-28 10:45:05 -0700 |
|---|---|---|
| committer | Jagan Teki <[email protected]> | 2020-01-24 23:06:49 +0530 |
| commit | 91527c9a306fca0f8162a22d8ecc4c7be0dfe332 (patch) | |
| tree | d5f2844bc33c47369b5b73e75a58d12127cc37ad /lib | |
| parent | f32934916c65d3c26c5436b393d886fce8b9ab9f (diff) | |
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 <[email protected]>
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/fdtdec.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/fdtdec.c b/lib/fdtdec.c index 61af3472e6a..f1bdc9f2e2c 100644 --- a/lib/fdtdec.c +++ b/lib/fdtdec.c @@ -7,6 +7,7 @@ #include <common.h> #include <boot_fit.h> #include <dm.h> +#include <init.h> #include <dm/of_extra.h> #include <env.h> #include <errno.h> |
