userspace: remove APP_SHARED_MEM Kconfig
This is an integral part of userspace and cannot be used on its own. Fold into the main userspace configuration. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
parent
f1920fff46
commit
4ce652e4b2
28 changed files with 57 additions and 77 deletions
|
@ -24,7 +24,7 @@ MMU_BOOT_REGION((u32_t)&_image_rodata_start, (u32_t)&_image_rodata_size,
|
|||
MMU_ENTRY_READ | MMU_ENTRY_USER |
|
||||
MMU_ENTRY_EXECUTE_DISABLE);
|
||||
|
||||
#ifdef CONFIG_APP_SHARED_MEM
|
||||
#ifdef CONFIG_USERSPACE
|
||||
MMU_BOOT_REGION((u32_t)&_app_smem_start, (u32_t)&_app_smem_size,
|
||||
MMU_ENTRY_WRITE | MMU_ENTRY_RUNTIME_USER |
|
||||
MMU_ENTRY_EXECUTE_DISABLE);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue