commit | fa4a39322edc299e982a6f98f53ace8c38b9a189 | [log] [tgz] |
---|---|---|
author | Andy Gross <andy.gross@linaro.org> | Fri Jun 09 11:38:56 2017 -0500 |
committer | Kumar Gala <kumar.gala@gmail.com> | Fri Jun 09 14:54:02 2017 -0500 |
tree | 749dd5a774d965415d554e4d83082897a3f8b441 | |
parent | 7211665f99d7791f9b98ed9f77b7e7192739df27 [diff] |
scripts: extract_dts_includes.py: Correct LOAD_OFFSET This patch fixes a bug with the computation of the FLASH_LOAD_OFFSET option that is derived as part of the DTS parsing. Offset should be the relative offset from the base of flash. If the flash base address and selected partition are the same, the offset should be 0. JIRA: ZEP-2260 Signed-off-by: Andy Gross <andy.gross@linaro.org>