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