commit | eb29978a572425460f0b508ce5dc050fee20f23e | [log] [tgz] |
---|---|---|
author | Anas Nashif <anas.nashif@intel.com> | Sun Oct 07 11:41:18 2018 -0400 |
committer | Anas Nashif <anas.nashif@intel.com> | Mon Oct 08 14:18:26 2018 -0400 |
tree | 65d00271bef103865a5e29857985d3f53ad540b2 | |
parent | 24bfa4096413de656bb2143760d73b5c968f8ba1 [diff] |
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>