diff options
Diffstat (limited to 'board/renesas/whitehawk/whitehawk.c')
-rw-r--r-- | board/renesas/whitehawk/whitehawk.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/board/renesas/whitehawk/whitehawk.c b/board/renesas/whitehawk/whitehawk.c index 32284b2ecc..a72f5e0a7a 100644 --- a/board/renesas/whitehawk/whitehawk.c +++ b/board/renesas/whitehawk/whitehawk.c @@ -6,7 +6,6 @@ * Copyright (C) 2021 Renesas Electronics Corp. */ -#include <common.h> #include <asm/arch/rmobile.h> #include <asm/arch/sys_proto.h> #include <asm/global_data.h> @@ -32,7 +31,7 @@ static void init_generic_timer(void) static void init_gic_v3(void) { - /* GIC v3 power on */ + /* GIC v3 power on */ writel(BIT(1), GICR_LPI_PWRR); /* Wait till the WAKER_CA_BIT changes to 0 */ |