Browse Source

SoC/evalsoc: add some comments for SystemIRegionInfo variable removed

Signed-off-by: Huaqi Fang <578567190@qq.com>
Huaqi Fang 1 năm trước cách đây
mục cha
commit
8fe6178d3d
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      SoC/evalsoc/Common/Include/evalsoc.h

+ 2 - 1
SoC/evalsoc/Common/Include/evalsoc.h

@@ -243,7 +243,8 @@ typedef enum EXCn {
 // CPU IREGION Base Address
 // To set IREGION base, just define macro CFG_IREGION_BASE_ADDR in cpufeature.h
 #ifndef CFG_IREGION_BASE_ADDR
-// it is defined in system_evalsoc.c, you should not use this variable
+// it is defined in system_evalsoc.c, you should not use this variable CpuIRegionBase
+// SystemIRegionInfo variable in previous release is removed, you should avoid to use it
 // you should use macro __IREGION_BASEADDR defined in evalsoc.h
 extern volatile unsigned long CpuIRegionBase;
 #define CPU_IREGION_BASE            CpuIRegionBase