diff options
author | Patrick Delaunay <patrick.delaunay@st.com> | 2018-03-13 13:57:04 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-03-16 14:56:59 -0400 |
commit | b8aa55cb6414e512cce30bb7db3268eea934466d (patch) | |
tree | d43724e4a442a582cef8fecf31fa3d1a2a50eafa /common | |
parent | fc22ee215a1385ddaefd01e01975b6a67d9d8072 (diff) | |
download | u-boot-b8aa55cb6414e512cce30bb7db3268eea934466d.tar.gz |
common: move init_helpers.h prototypes in init.h
Merge init_helpers.h in the new file init.h
with only prototypes for init_cache_f_r
used in common/board_f.c
Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
Diffstat (limited to 'common')
-rw-r--r-- | common/board_f.c | 1 | ||||
-rw-r--r-- | common/board_r.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/common/board_f.c b/common/board_f.c index 4df52f1eb5..62588c5bad 100644 --- a/common/board_f.c +++ b/common/board_f.c @@ -18,7 +18,6 @@ #include <fs.h> #include <i2c.h> #include <initcall.h> -#include <init_helpers.h> #include <malloc.h> #include <mapmem.h> #include <os.h> diff --git a/common/board_r.c b/common/board_r.c index 482f506661..89f2e16b71 100644 --- a/common/board_r.c +++ b/common/board_r.c @@ -23,7 +23,6 @@ #include <fdtdec.h> #include <ide.h> #include <initcall.h> -#include <init_helpers.h> #ifdef CONFIG_PS2KBD #include <keyboard.h> #endif |