[fix] compilation error from rpi (#7143)

* [fix] compile error from rpi
This commit is contained in:
Shell
2023-03-31 20:58:01 +08:00
committed by GitHub
parent c143842be2
commit 897ba365ba
7 changed files with 241 additions and 226 deletions
+2 -2
View File
@@ -39,11 +39,11 @@
return psci_call((MIGRATE), cpuid, 0, 0); \
}
struct psci_ops_t psci_ops;
#ifdef RT_USING_FDT
#include "dtb_node.h"
struct psci_ops_t psci_ops;
#if __SIZE_WIDTH__ == 64
#define PSCI_FN_NATIVE(version, name) PSCI_##version##_FN64_##name
#else