mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-15 03:36:59 +02:00
Change duplicate usb_cpu_init_fail to usb_board_init_fail
Thanks to Liew Tsi Chung <Tsi-chung.Liew@freescale.com> for pointing this out. Signed-off-by: Markus Klotzbuecher <mk@denx.de>
This commit is contained in:
parent
51d8e81322
commit
0944414367
@ -10,7 +10,7 @@
|
|||||||
/* functions for doing board or CPU specific setup/cleanup */
|
/* functions for doing board or CPU specific setup/cleanup */
|
||||||
extern int usb_board_init(void);
|
extern int usb_board_init(void);
|
||||||
extern int usb_board_stop(void);
|
extern int usb_board_stop(void);
|
||||||
extern int usb_cpu_init_fail(void);
|
extern int usb_board_init_fail(void);
|
||||||
|
|
||||||
extern int usb_cpu_init(void);
|
extern int usb_cpu_init(void);
|
||||||
extern int usb_cpu_stop(void);
|
extern int usb_cpu_stop(void);
|
||||||
|
Loading…
Reference in New Issue
Block a user