summaryrefslogtreecommitdiff
path: root/include/init_helpers.h
Commit message (Collapse)AuthorAgeFilesLines
* common: move init_helpers.h prototypes in init.hPatrick Delaunay2018-03-161-18/+0
| | | | | | | | 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>
* board_f: Make init_helpers genericSimon Glass2017-04-051-0/+18
This header file is used by two archs. It could be used by all of them since it allows the cache to be on during relocation. Move it into a generic file. Signed-off-by: Simon Glass <sjg@chromium.org>