diff options
Diffstat (limited to 'board/renesas/grpeach/grpeach.c')
-rw-r--r-- | board/renesas/grpeach/grpeach.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/board/renesas/grpeach/grpeach.c b/board/renesas/grpeach/grpeach.c index f609e4f072..c475c3f50a 100644 --- a/board/renesas/grpeach/grpeach.c +++ b/board/renesas/grpeach/grpeach.c @@ -4,12 +4,13 @@ * Copyright (C) Chris Brandt */ -#include <common.h> #include <cpu_func.h> +#include <errno.h> #include <init.h> #include <asm/global_data.h> #include <asm/io.h> #include <asm/arch/sys_proto.h> +#include <asm/u-boot.h> #define RZA1_WDT_BASE 0xfcfe0000 #define WTCSR 0x00 |