commit | 9882dcd3d2d47353c68c66e9c2eef56400251d11 | [log] [tgz] |
---|---|---|
author | Andrew Boie <andrew.p.boie@intel.com> | Wed Oct 07 14:25:51 2015 -0700 |
committer | Anas Nashif <anas.nashif@intel.com> | Fri Feb 05 20:24:27 2016 -0500 |
tree | 75c6902eec207475fff4a04b261e53129f973e56 | |
parent | 73b4ee69b79b081550de406169cade2e6e7a493b [diff] |
sanitycheck: look for misaligned XIP VMA/LMA addresses XIP is currently implemented in Zephyr by copying only the RW sections from flash into RAM. For these sections, if the VMA spacing is different than the LMA spacing the sections in RAM will not be at the right addresses. Warn about this situation. Change-Id: I59a55fc27703103e37a7f0bbc34f236047621e0e Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>