Browse Source

[bsp/virt64/aarch64] Fixed format

GuEe-GUI 3 years ago
parent
commit
aa11ddf59f
2 changed files with 3 additions and 1 deletions
  1. 2 0
      bsp/qemu-virt64-aarch64/Kconfig
  2. 1 1
      bsp/qemu-virt64-aarch64/README.md

+ 2 - 0
bsp/qemu-virt64-aarch64/Kconfig

@@ -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 - 1
bsp/qemu-virt64-aarch64/README.md

@@ -1,6 +1,6 @@
 # QEMU/AArch64 VIRT BSP Introduction
 
-[中文页](README_ZH.md) | English
+[中文页](README_zh.md) | English
 
 ## 1. Introduction