diff --git a/board/a9m2440/a9m2410dev.c b/board/a9m2440/a9m2410dev.c index 139d177..1220bd9 100644 --- a/board/a9m2440/a9m2410dev.c +++ b/board/a9m2440/a9m2410dev.c @@ -28,13 +28,15 @@ #include #include #include -#include +#include /** * Initialize the CPU to be able to work with the a9m2410dev evaluation board */ int a9m2410dev_devices_init(void) { + unsigned int reg; + /* ---------- configure the GPIOs ------------- */ writel(0x007FFFFF, GPACON); writel(0x00000000, GPCCON);