diff options
Diffstat (limited to 'board/sysam/stmark2/stmark2.c')
-rw-r--r-- | board/sysam/stmark2/stmark2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/sysam/stmark2/stmark2.c b/board/sysam/stmark2/stmark2.c index 475e3edfa62..7818f2671d5 100644 --- a/board/sysam/stmark2/stmark2.c +++ b/board/sysam/stmark2/stmark2.c @@ -5,7 +5,7 @@ * (C) Copyright 2017 Angelo Dureghello <angelo@sysam.it> */ -#include <common.h> +#include <config.h> #include <init.h> #include <spi.h> #include <asm/global_data.h> |