diff options
Diffstat (limited to 'board/renesas/falcon/falcon.c')
-rw-r--r-- | board/renesas/falcon/falcon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/renesas/falcon/falcon.c b/board/renesas/falcon/falcon.c index 0aa0f1afcb..cd86bb3108 100644 --- a/board/renesas/falcon/falcon.c +++ b/board/renesas/falcon/falcon.c @@ -6,7 +6,6 @@ * Copyright (C) 2020 Renesas Electronics Corp. */ -#include <common.h> #include <asm/arch/rmobile.h> #include <asm/arch/sys_proto.h> #include <asm/global_data.h> @@ -15,6 +14,7 @@ #include <asm/processor.h> #include <linux/errno.h> #include <asm/system.h> +#include <asm/u-boot.h> DECLARE_GLOBAL_DATA_PTR; |