diff options
| author | Simon Glass <[email protected]> | 2025-05-15 17:31:45 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-05-29 08:30:25 -0600 |
| commit | ea9afef22d49a4ac12484e01fd459e225da790b7 (patch) | |
| tree | 696c0509faf4fec621e929716d4be9a5349bf9d6 | |
| parent | 98faae1617b44e53c475adf8552245691e1f05fb (diff) | |
liebherr: 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]>
Reviewed-by: Lukasz Majewski <[email protected]>
| -rw-r--r-- | board/liebherr/xea/xea.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/liebherr/xea/xea.c b/board/liebherr/xea/xea.c index 1d4f165fd13..9630e7f576b 100644 --- a/board/liebherr/xea/xea.c +++ b/board/liebherr/xea/xea.c @@ -13,6 +13,7 @@ * */ +#include <env.h> #include <fdt_support.h> #include <init.h> #include <log.h> |
