commit | 66d90e778270c398f8d9006455d7f45cf1feff29 | [log] [tgz] |
---|---|---|
author | Matthieu Speder <mspeder@users.sourceforge.net> | Wed May 28 22:32:28 2025 +0200 |
committer | Benjamin Cabé <kartben@gmail.com> | Sat May 31 03:37:20 2025 +0200 |
tree | e2541a1a6b4cbb8a1fd7da73a47219275c87d9bd | |
parent | 481711e5a6a8221d34771052fd29b03d386d3847 [diff] |
soc: nxp_kinetis: Mark __kinetis_flash_config with __used attribute This is a fix for issue #90426 . Marking __kinetis_flash_config with __used attribute prevents unwanted deletion when compiling with LTO. Signed-off-by: Matthieu Speder <mspeder@users.sourceforge.net>