commit | c6bfcd5000083bf96ba78d6b5d89a4fb1bfec34a | [log] [tgz] |
---|---|---|
author | Patrick Delaunay <patrick.delaunay@st.com> | Fri Mar 09 18:28:12 2018 +0100 |
committer | Tom Rini <trini@konsulko.com> | Fri Mar 16 14:54:14 2018 -0400 |
tree | fd642e53a8910338bf7c2ce4f7274cd1fdeb050f | |
parent | e69ba98d7aef61b1f9ebcb6275f60e8fd344819a [diff] |
common: add a prototype for mach_cpu_init() Add a new file init.h with the prototype for arch_cpu_init Add a prototype for mach_cpu_init() to avoid a warning: no previous prototype for ‘mach_cpu_init’ It is a first step to move all the functions prototype used during U-Boot initialization (board_f.c / board_r.c) from common.h to init.h Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com> Reviewed-by: Masahiro Yamada <yamada.masahiro@socionext.com>