Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
zephyr: link the .unstable_id data in ROM
The data in this section is constant: const char _chreVersionString[]... So it can be linked in ROM, which also solves a build issue with few platforms upstream as this linker section is not supposed to use RAM data in the first place. Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
- Loading branch information