summaryrefslogtreecommitdiff
path: root/include/configs/mx7ulp_evk.h
diff options
context:
space:
mode:
authorAlice Guo <[email protected]>2026-05-19 14:22:08 +0800
committerFabio Estevam <[email protected]>2026-06-05 08:58:00 -0300
commit4f8d6c8f417cbaf32585f2969bdccb0be480c18d (patch)
treeab6766e0473a84b3f37251f63f92c89dcb55dd10 /include/configs/mx7ulp_evk.h
parent3cacd1b1809d9eecffb8b05a9094e234c7227d4b (diff)
imx: Remove hardcoded watchdog base address macros
The watchdog base addresses are now obtained from the devicetree via ofnode_* functions. Remove the hardcoded macro definitions as they are no longer needed. Signed-off-by: Alice Guo <[email protected]> Reviewed-by: Peng Fan <[email protected]>
Diffstat (limited to 'include/configs/mx7ulp_evk.h')
-rw-r--r--include/configs/mx7ulp_evk.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/mx7ulp_evk.h b/include/configs/mx7ulp_evk.h
index ace1eee70cf..21dbec837f0 100644
--- a/include/configs/mx7ulp_evk.h
+++ b/include/configs/mx7ulp_evk.h
@@ -11,9 +11,6 @@
#include <linux/sizes.h>
#include <asm/arch/imx-regs.h>
-/* Using ULP WDOG for reset */
-#define WDOG_BASE_ADDR WDG1_RBASE
-
#define CFG_SYS_HZ_CLOCK 1000000 /* Fixed at 1Mhz from TSTMR */
/* UART */