diff options
| author | Simon Glass <[email protected]> | 2025-05-15 17:31:37 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-05-29 08:30:25 -0600 |
| commit | 6e898e332b0e7e11ebeb83bdbfcd9e3e1600817a (patch) | |
| tree | f37d3638080b31845b509f7e3fb70cb9ce733cce | |
| parent | b4135116116a318113968ce9f8f72c711d09dd28 (diff) | |
ronetix: Include env.h to permit reading the environment
This file reads from the environment but does not include the correct
header. Update it.
Signed-off-by: Simon Glass <[email protected]>
| -rw-r--r-- | board/ronetix/imx8mq-cm/imx8mq_cm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/ronetix/imx8mq-cm/imx8mq_cm.c b/board/ronetix/imx8mq-cm/imx8mq_cm.c index fbee2c39771..602216854ba 100644 --- a/board/ronetix/imx8mq-cm/imx8mq_cm.c +++ b/board/ronetix/imx8mq-cm/imx8mq_cm.c @@ -3,6 +3,7 @@ * Copyright 2018 NXP */ +#include <env.h> #include <miiphy.h> #include <asm-generic/gpio.h> #include <asm/arch/imx8mq_pins.h> |
