kernel: app_memdomain: remove unused defines
Remove unused definition of MEMDOMAIN_ALIGN_SIZE macro from include/app_memory/app_memdomain.h. Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
This commit is contained in:
parent
7da47c6982
commit
1212604488
1 changed files with 0 additions and 9 deletions
|
@ -12,15 +12,6 @@
|
||||||
|
|
||||||
#ifdef CONFIG_USERSPACE
|
#ifdef CONFIG_USERSPACE
|
||||||
|
|
||||||
#if defined(CONFIG_X86)
|
|
||||||
#define MEM_DOMAIN_ALIGN_SIZE _STACK_BASE_ALIGN
|
|
||||||
#elif defined(STACK_ALIGN)
|
|
||||||
#define MEM_DOMAIN_ALIGN_SIZE STACK_ALIGN
|
|
||||||
#else
|
|
||||||
#error "Not implemented for this architecture"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Name of the data section for a particular partition
|
* @brief Name of the data section for a particular partition
|
||||||
*
|
*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue