mirror of
https://github.com/linux-sunxi/u-boot-sunxi.git
synced 2024-02-12 11:16:03 +08:00
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:

committed by
Tom Rini

parent
71b7564479
commit
d6f8771239
@ -489,7 +489,7 @@ static int reserve_bootstage(void)
|
||||
return 0;
|
||||
}
|
||||
|
||||
int arch_reserve_stacks(void)
|
||||
__weak int arch_reserve_stacks(void)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user