From e5fb573f6431d7585ef43eb02b67ac1a07f40094 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Fri, 31 Mar 2017 08:40:36 -0600 Subject: powerpc: Move setup_board_extra() into a PPC file We don't need this PPC-specific function in generic code. Move it to the powerpc directory. Signed-off-by: Simon Glass Reviewed-by: Stefan Roese --- include/common.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'include/common.h') diff --git a/include/common.h b/include/common.h index c1f1712..26db67a 100644 --- a/include/common.h +++ b/include/common.h @@ -302,6 +302,13 @@ int print_cpuinfo(void); int update_flash_size(int flash_size); int arch_early_init_r(void); +/* + * setup_board_extra() - Fill in extra details in the bd_t structure + * + * @return 0 if OK, -ve on error + */ +int setup_board_extra(void); + /** * arch_fsp_init() - perform firmware support package init * -- cgit v1.1