commit | c22c4fd49f6671079cd9df19d4c22678294be87d | [log] [tgz] |
---|---|---|
author | Flavio Ceolin <flavio.ceolin@intel.com> | Fri Nov 18 13:56:10 2022 -0800 |
committer | Anas Nashif <anas.nashif@intel.com> | Sat May 27 06:33:17 2023 -0400 |
tree | 13b48212d86bc2dcf4561e6f49dc2ad70364b380 | |
parent | d4e11a173b01d01629c74809357c9d83efe3c56c [diff] |
linker: Fix __stackmem section with CONFIG_KERNEL_COHERENCE When building whith CONFIG_KERNEL_COHERENCE enabled, __stackmem was not being put in the user_stack section making impossible to gen_kobject script find user capable stacks. It is responsability of the platform to put user_stacks section in the appropriated region. Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>