diff options
| author | Peng Fan <[email protected]> | 2022-06-11 20:21:04 +0800 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2022-06-14 21:33:14 +0200 |
| commit | 333a6fa12f23bce206ccc9b06b00458f26486e26 (patch) | |
| tree | 8d040ccdfb83d380abad5c6bfbfadf698774f445 | |
| parent | 2d7f40cad589bb2b457f2e6a4f704f4a4967c61b (diff) | |
imx: engicam-imx8mm: drop unused macro
Drop unused WDOG macro
Signed-off-by: Peng Fan <[email protected]>
Reviewed-by: Michael Trimarchi <[email protected]>
| -rw-r--r-- | board/engicam/imx8mm/spl.c | 2 |
1 files changed, 0 insertions, 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; |
