diff options
| author | Simon Glass <[email protected]> | 2025-05-15 17:31:35 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-05-29 08:30:25 -0600 |
| commit | 600145a8e10418d26f43045f9452610e39ce6f38 (patch) | |
| tree | 865101662e39417deb89dc020a4dd1ec8446addb | |
| parent | 0b9450989c195430521b01d97ba79a9b644119a6 (diff) | |
venice: 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/gateworks/venice/venice.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/gateworks/venice/venice.c b/board/gateworks/venice/venice.c index 98b33624f04..f9bcdd8496e 100644 --- a/board/gateworks/venice/venice.c +++ b/board/gateworks/venice/venice.c @@ -3,6 +3,7 @@ * Copyright 2021 Gateworks Corporation */ +#include <env.h> #include <fdt_support.h> #include <init.h> #include <led.h> |
