1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-02 01:02:19 +02:00

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 <sjg@chromium.org>
Reviewed-by: Stefan Roese <sr@denx.de>
This commit is contained in:
Simon Glass
2017-03-31 08:40:36 -06:00
committed by Tom Rini
parent 056285fd45
commit e5fb573f64
4 changed files with 40 additions and 25 deletions

View File

@@ -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
*