diff options
Diffstat (limited to 'board/st/stm32f429-evaluation/stm32f429-evaluation.c')
-rw-r--r-- | board/st/stm32f429-evaluation/stm32f429-evaluation.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/st/stm32f429-evaluation/stm32f429-evaluation.c b/board/st/stm32f429-evaluation/stm32f429-evaluation.c index 1570d110bf..680f69dfd1 100644 --- a/board/st/stm32f429-evaluation/stm32f429-evaluation.c +++ b/board/st/stm32f429-evaluation/stm32f429-evaluation.c @@ -6,6 +6,7 @@ #include <common.h> #include <dm.h> +#include <env.h> #include <init.h> #include <asm/io.h> |