1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-08-31 16:22:36 +02:00

Adjust board_r.c for ppc

This adds ppc features to the generic post-relocation board init.

Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Simon Glass
2013-03-14 07:20:12 +00:00
committed by Tom Rini
parent e4fef6cfcc
commit c2240d4dbe
3 changed files with 485 additions and 3 deletions

View File

@@ -85,4 +85,11 @@ void ide_output_data(int dev, const ulong *sect_buf, int words);
void ide_input_data_shorts(int dev, ushort *sect_buf, int shorts);
void ide_output_data_shorts(int dev, ushort *sect_buf, int shorts);
/**
* board_start_ide() - Start up the board IDE interfac
*
* @return 0 if ok
*/
int board_start_ide(void);
#endif /* _IDE_H */