commit | 6e188d975733fd9992a4e3cf78dd2bacb61fec6e | [log] [tgz] |
---|---|---|
author | Yonatan Schachter <yonatan.schachter@gmail.com> | Sun Jun 04 00:52:43 2023 +0300 |
committer | Anas Nashif <anas.nashif@intel.com> | Thu Sep 28 07:39:09 2023 -0400 |
tree | be57eac0bffadbd2f2848bcc5c387139763ecf76 | |
parent | efb5c0902b0827a2eb2ddbe845a5387e2a148f06 [diff] |
arch: Add ARCH_SUPPORTS_ROM_START kconfig symbol Add an ARCH_SUPPORTS_ROM_START kconfig symbol to mark architectures that support ROM_START as an argument to zephyr_linker_sources. This was added so that features relying on this feature could depend on this kconfig symbol. Signed-off-by: Yonatan Schachter <yonatan.schachter@gmail.com>