mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-24 21:54:01 +00:00
ARM: renesas: whitehawk: Drop extra leading space
Drop leading space in front of a comment. No functional change. Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org> Reviewed-by: Paul Barker <paul.barker.ct@bp.renesas.com>
This commit is contained in:
parent
e12337915c
commit
8a725c6106
1 changed files with 1 additions and 1 deletions
|
@ -31,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 */
|
||||
|
|
Loading…
Reference in a new issue