commit | 1f62817e4379838ad4392c650e71afbdc96273db | [log] [tgz] |
---|---|---|
author | Daniel Leung <daniel.leung@intel.com> | Thu Jan 28 13:16:45 2021 -0800 |
committer | Anas Nashif <anas.nashif@intel.com> | Tue Feb 02 13:59:41 2021 -0500 |
tree | ae5e1c42145da651a33465ca2816fe52f76b6df0 | |
parent | ebaf587b859ac13ac6e17e2b9a5368487fa04af7 [diff] |
tests: mem_map: put transplanted_function into its own section This puts the transplanted_function into its own section so that z_phys_map() can correctly map the whole range of memory used by the function, in case someone decides to expand the function to be bigger than a MMU page. Signed-off-by: Daniel Leung <daniel.leung@intel.com>