commit | c3ea2d4d04001e9c5ea4b41f8420d7af9d057ed1 | [log] [tgz] |
---|---|---|
author | Rasmus Villemoes <rasmus.villemoes@prevas.dk> | Wed Apr 14 09:18:21 2021 +0200 |
committer | Stefan Roese <sr@denx.de> | Wed Apr 28 10:05:13 2021 +0200 |
tree | 4b8e7ec9284350621b401a15cafb2fefa09638e1 | |
parent | c52b7c4879628d49a0d6180484406c13df5fec9b [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>