]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
microblaze: Fix watchdog initialization
authorMichal Simek <michal.simek@xilinx.com>
Wed, 16 Oct 2013 07:06:32 +0000 (09:06 +0200)
committerTom Rini <trini@ti.com>
Wed, 16 Oct 2013 13:24:38 +0000 (09:24 -0400)
commit8c4dba1a5e5ff67380ae8d54fd5756e44dc2da59
tree3d6eb0b2ff42179bad5e5d9da3127d855c22726b
parent100ea07e331b7898dc774aeba108d66bdd5a5cf5
microblaze: Fix watchdog initialization

The patch:
"blackfin: Move blackfin watchdog driver out of the blackfin arch folder."
(sha1: e9a389a18477c1c57a0b30e9ea8f4d38c6e26e63)
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>
arch/microblaze/include/asm/processor.h
arch/microblaze/lib/board.c
drivers/watchdog/xilinx_tb_wdt.c