[PATCH V2 11/17] imx: engicam-imx8mm: drop unused macro
Peng Fan (OSS)
peng.fan at oss.nxp.com
Sat Jun 11 14:21:04 CEST 2022
From: Peng Fan <peng.fan at nxp.com>
Drop unused WDOG macro
Signed-off-by: Peng Fan <peng.fan at nxp.com>
Reviewed-by: Michael Trimarchi <michael at amarulasolutions.com>
---
board/engicam/imx8mm/spl.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/board/engicam/imx8mm/spl.c b/board/engicam/imx8mm/spl.c
index f75f2dc634c..1846134a492 100644
--- a/board/engicam/imx8mm/spl.c
+++ b/board/engicam/imx8mm/spl.c
@@ -54,8 +54,6 @@ int board_fit_config_name_match(const char *name)
}
#endif
-#define WDOG_PAD_CTRL (PAD_CTL_DSE6 | PAD_CTL_ODE | PAD_CTL_PUE | PAD_CTL_PE)
-
int board_early_init_f(void)
{
return 0;
--
2.36.0
More information about the U-Boot
mailing list