[bsp/virt64/aarch64] Fixed format
This commit is contained in:
parent
f56c373f26
commit
aa11ddf59f
|
@ -24,6 +24,8 @@ config SOC_VIRT64_AARCH64
|
|||
select ARCH_CPU_64BIT
|
||||
select RT_USING_COMPONENTS_INIT
|
||||
select RT_USING_USER_MAIN
|
||||
select RT_USING_GIC
|
||||
select RT_USING_RTC
|
||||
default y
|
||||
|
||||
source "$BSP_DIR/driver/Kconfig"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# QEMU/AArch64 VIRT BSP Introduction
|
||||
|
||||
[中文页](README_ZH.md) | English
|
||||
[中文页](README_zh.md) | English
|
||||
|
||||
## 1. Introduction
|
||||
|
||||
|
|
Loading…
Reference in New Issue