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:
@@ -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
|
||||
*
|
||||
|
Reference in New Issue
Block a user