Skip to content

Commit

Permalink
update:mem_map相关同步修改
Browse files Browse the repository at this point in the history
  • Loading branch information
allewalker committed Dec 20, 2024
1 parent 4a96fe4 commit 765cbf8
Showing 1 changed file with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,18 @@
#ifdef __USER_MAP_CONF_FILE__
#include __USER_MAP_CONF_FILE__
#else

#ifdef __LUATOS__
#if defined (FEATURE_AMR_CP_ENABLE) || defined (FEATURE_VEM_CP_ENABLE)
#ifndef AP_PKGIMG_LIMIT_SIZE
#define AP_PKGIMG_LIMIT_SIZE (0x219000)
#endif
#else
#ifndef AP_PKGIMG_LIMIT_SIZE
#define AP_PKGIMG_LIMIT_SIZE (0x255000)
#endif
#endif // (FEATURE_AMR_CP_ENABLE) || defined (FEATURE_VEM_CP_ENABLE)
#else
#if defined (FEATURE_AMR_CP_ENABLE) || defined (FEATURE_VEM_CP_ENABLE)
#ifndef AP_PKGIMG_LIMIT_SIZE
#define AP_PKGIMG_LIMIT_SIZE (0x289000)
Expand All @@ -30,6 +42,7 @@
#define AP_PKGIMG_LIMIT_SIZE (0x2c5000)
#endif
#endif // (FEATURE_AMR_CP_ENABLE) || defined (FEATURE_VEM_CP_ENABLE)
#endif //__LUATOS__
#endif //__USER_MAP_CONF_FILE__

#define XPKGDBLSH_VIRTIMG_MERGE_LNA (0x0)
Expand Down

0 comments on commit 765cbf8

Please sign in to comment.