Skip to content

Commit 0147b7d

Browse files
committed
适配新sdk驱动
1 parent 87f48cf commit 0147b7d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bsp/phytium/board/phytium_cpu.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ rt_inline uintptr_t platform_get_gic_redist_base(void)
5858
uintptr_t redis_base_virtual = (uintptr_t)rt_ioremap((void *)redis_base, GICV3_RD_OFFSET);
5959
if (redis_base_virtual == 0)
6060
{
61-
continue;
61+
continue;
6262
}
6363
#if defined(TARGET_ARMV8_AARCH64)
6464
gicr_typer_aff = GIC_RDIST_TYPER(redis_base_virtual) >> 32;

bsp/phytium/board/smp_sgi_test.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* SPDX-License-Identifier: Apache-2.0
55
*
66
7-
*
7+
*
88
* Change Logs:
99
* Date Author Notes
1010
* 2024/07/15 zhangyan first commit

0 commit comments

Comments
 (0)