userspace: move KOBJECT/PRIVILEGED_STACK_TEXT_AREA to Kconfig
Instead of hardcoding in linker script, use a Kconfig and deal with dependencies in Kconfig instead of directly in the linker file. This patch moves both: PRIVILEGED_STACK_TEXT_AREA and KOBJECT_TEXT_AREA to arch/Kconfig. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
24bfa40964
commit
eb29978a57
4 changed files with 18 additions and 20 deletions
|
@ -21,8 +21,6 @@
|
|||
#include <linker/linker-defs.h>
|
||||
#include <linker/linker-tool.h>
|
||||
|
||||
#define KOBJECT_TEXT_AREA 256
|
||||
|
||||
/* physical address of RAM */
|
||||
#ifdef CONFIG_HARVARD
|
||||
#define ROMABLE_REGION ICCM
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue