common: move board_f.c prototypes in init.h

Move prototypes for function used in common/board_f.c
from common.h to init.h
Remove weak for arch_reserve_stacks in prototype
(checkpatch issue)

Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
This commit is contained in:
Patrick Delaunay
2018-03-13 13:57:00 +01:00
committed by Tom Rini
parent 71b7564479
commit d6f8771239
3 changed files with 71 additions and 68 deletions

View File

@ -489,7 +489,7 @@ static int reserve_bootstage(void)
return 0;
}
int arch_reserve_stacks(void)
__weak int arch_reserve_stacks(void)
{
return 0;
}