commit | d9c48563a1d4895ced6442f01973f112f4b428c3 | [log] [tgz] |
---|---|---|
author | Andrew Boie <andrew.p.boie@intel.com> | Mon Jun 19 12:47:55 2017 -0700 |
committer | Anas Nashif <nashif@linux.intel.com> | Thu Jun 29 07:46:58 2017 -0400 |
tree | 72532e632e5248f19d827f1bd07d40397ffdd3d8 | |
parent | 3d8aaf709907d70a77631966f5ac768720162a50 [diff] |
check_link_map: fix check for app memory This script was assuming that all XIP data copied sections were contiguous. However with application memory partitioning enabled, this is not the case; in between the kernel data sections and the app data sections will be the kernel's BSS and noinit. As a quick fix, reset the last section compared if we encounter the kernel's BSS section. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>