mirror of
https://xff.cz/git/u-boot/
synced 2025-09-20 18:12:11 +02:00
microblaze: Fix watchdog initialization
The patch:
"blackfin: Move blackfin watchdog driver out of the blackfin arch folder."
(sha1: e9a389a184
)
changed hw_watchdog_init() prototype which didn't match
with Microblaze one.
This patch fixes the driver and Microblaze initialization.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
@@ -16,7 +16,6 @@ extern char __text_start[];
|
||||
void board_init(void);
|
||||
|
||||
/* Watchdog functions */
|
||||
extern int hw_watchdog_init(void);
|
||||
extern void hw_watchdog_disable(void);
|
||||
|
||||
#endif /* __ASM_MICROBLAZE_PROCESSOR_H */
|
||||
|
Reference in New Issue
Block a user