commit | 0be7ad923dff66f4e9460c421c5287fca8b58ee9 | [log] [tgz] |
---|---|---|
author | Rasmus Villemoes <rasmus.villemoes@prevas.dk> | Wed Apr 14 09:18:21 2021 +0200 |
committer | Stefan Roese <sr@denx.de> | Tue Apr 27 08:28:07 2021 +0200 |
tree | 4b8e7ec9284350621b401a15cafb2fefa09638e1 | |
parent | 739e900adb8927b2354386f5ab540a297a59006d [diff] |
timer: mpc83xx_timer: fix build with CONFIG_{HW_, }WATCHDOG The code, which is likely copied from arch/powerpc/lib/interrupts.c, lacks a fallback definition of CONFIG_SYS_WATCHDOG_FREQ and refers to a non-existing timestamp variable - obviously priv->timestamp is meant. Signed-off-by: Rasmus Villemoes <rasmus.villemoes@prevas.dk>