diff options
Diffstat (limited to 'board/phytec/pcl063/spl.c')
-rw-r--r-- | board/phytec/pcl063/spl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/phytec/pcl063/spl.c b/board/phytec/pcl063/spl.c index b98c46dbcb..b6d459fdfc 100644 --- a/board/phytec/pcl063/spl.c +++ b/board/phytec/pcl063/spl.c @@ -6,7 +6,7 @@ * Copyright (C) 2015-2016 Stefan Roese <sr@denx.de> */ -#include <config.h> +#include <common.h> #include <init.h> #include <spl.h> #include <asm/arch/clock.h> |