aboutsummaryrefslogtreecommitdiff
path: root/board/renesas/whitehawk/whitehawk.c
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2024-01-27 20:43:20 -0500
committerTom Rini <trini@konsulko.com>2024-01-27 20:43:20 -0500
commit526a865fe4fea59fb2638726c26e39557eb97fdd (patch)
tree370fe41b129238327a2f67ac6394ecc1b105b992 /board/renesas/whitehawk/whitehawk.c
parentfb5fe1bf84ff489211b333c0165418f0d119d328 (diff)
parent8a725c610675846b380d865ad68c2295cf15782e (diff)
Merge branch 'master-cleanup' of https://source.denx.de/u-boot/custodians/u-boot-sh
- Assorted code clean-ups
Diffstat (limited to 'board/renesas/whitehawk/whitehawk.c')
-rw-r--r--board/renesas/whitehawk/whitehawk.c3
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 */