commit | eddbc823f9f96bcc6efe39df34e8c37e50990977 | [log] [tgz] |
---|---|---|
author | Kumar Gala <kumar.gala@intel.com> | Thu Mar 16 18:01:20 2023 +0000 |
committer | Fabio Baltieri <fabio.baltieri@gmail.com> | Wed May 10 14:10:27 2023 +0000 |
tree | 29ef6a6638f8cb5276e5993afdaa83eefe8159f1 | |
parent | 05bdd419fdaff007d597687f10c4a1af59b4c4e5 [diff] |
linker: Fix handling of log_backend iterable section The log_backed section is now using the iterable section macros so we should be using zephyr_iterable_section() in common-rom.cmake so the generation of the linker script is correct for arm clang compiles. Fixes #56440 Signed-off-by: Kumar Gala <kumar.gala@intel.com> (cherry picked from commit 9a77f3d4a0941045f2378e69aae54942de200185)