소스 검색

fix(prototyper): fix the typo of misc

Signed-off-by: guttatus <[email protected]>
guttatus 1 주 전
부모
커밋
0aea8fce00
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      prototyper/prototyper/src/platform/mod.rs

+ 2 - 2
prototyper/prototyper/src/platform/mod.rs

@@ -92,7 +92,7 @@ impl Platform {
         // Initialize pmu extension
         self.sbi_init_pmu(&root);
         // Get other info
-        self.sbi_mics_init(&tree);
+        self.sbi_misc_init(&tree);
 
         self.ready.swap(true, Ordering::Release);
     }
@@ -220,7 +220,7 @@ impl Platform {
         }
     }
 
-    fn sbi_mics_init(&mut self, tree: &Tree) {
+    fn sbi_misc_init(&mut self, tree: &Tree) {
         // Get memory info
         // TODO: More than one memory node or range?
         let memory_reg = tree