From d6f8771239b15e8a68b38fcde96977db212887bd Mon Sep 17 00:00:00 2001 From: Patrick Delaunay Date: Tue, 13 Mar 2018 13:57:00 +0100 Subject: 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 --- common/board_f.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/board_f.c') diff --git a/common/board_f.c b/common/board_f.c index c6bc53e..4df52f1 100644 --- a/common/board_f.c +++ b/common/board_f.c @@ -489,7 +489,7 @@ static int reserve_bootstage(void) return 0; } -int arch_reserve_stacks(void) +__weak int arch_reserve_stacks(void) { return 0; } -- cgit v1.1