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 22a193d8fc..96b4c25726 100644 --- a/board/st/stm32f429-evaluation/stm32f429-evaluation.c +++ b/board/st/stm32f429-evaluation/stm32f429-evaluation.c @@ -9,6 +9,7 @@ #include <env.h> #include <init.h> #include <log.h> +#include <asm/global_data.h> #include <asm/io.h> #include <asm/arch/stm32.h> |