diff options
| author | Alice Guo <[email protected]> | 2026-05-19 14:22:08 +0800 |
|---|---|---|
| committer | Fabio Estevam <[email protected]> | 2026-06-05 08:58:00 -0300 |
| commit | 4f8d6c8f417cbaf32585f2969bdccb0be480c18d (patch) | |
| tree | ab6766e0473a84b3f37251f63f92c89dcb55dd10 /include/configs/mx7ulp_com.h | |
| parent | 3cacd1b1809d9eecffb8b05a9094e234c7227d4b (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_com.h')
| -rw-r--r-- | include/configs/mx7ulp_com.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/mx7ulp_com.h b/include/configs/mx7ulp_com.h index d27e9d2eaa1..501c3059cc3 100644 --- a/include/configs/mx7ulp_com.h +++ b/include/configs/mx7ulp_com.h @@ -15,9 +15,6 @@ #include "imx7ulp_spl.h" #endif -/* Using ULP WDOG for reset */ -#define WDOG_BASE_ADDR WDG1_RBASE - #define CFG_SYS_HZ_CLOCK 1000000 /* Fixed at 1MHz from TSTMR */ /* UART */ |
