commit | c6cc927506fddc50445c767460b486f91b038578 | [log] [tgz] |
---|---|---|
author | Jordan Yates <jordan.yates@data61.csiro.au> | Fri Apr 16 20:38:44 2021 +1000 |
committer | Maureen Helm <maureen.helm@nxp.com> | Fri Apr 16 14:44:10 2021 -0500 |
tree | 32f1bd5fd6c8277fa2cacc245fa05b1795b89d4d | |
parent | f86e8a66d8bd0333b051459c0a408973b686564d [diff] |
scripts: gen_relocate_app.py: fix undefined _ADDR With the addition of #34185, it is not longer gauranteed that for a memory region `NAME` there exists a symbol `NAME_ADDR`. Use the linker builtin function `ORIGIN` to instead directly get the start address of the selected memory region. Signed-off-by: Jordan Yates <jordan.yates@data61.csiro.au>