commit | 8b1b48797dc020cfa53f4debe598f05ebb5a7529 | [log] [tgz] |
---|---|---|
author | Maxime Méré <maxime.mere@foss.st.com> | Thu Aug 01 15:45:20 2024 +0200 |
committer | Gabriel Fernandez <gabriel.fernandez@foss.st.com> | Mon Jun 02 15:08:47 2025 +0200 |
tree | ef565b75f1d8a4868c6479dc366ae04d00646798 | |
parent | 5207dc99600e1b3f0d9662a46cfaa3ab09b58fab [diff] |
feat(st): introduce SoC family compilation switch add STM32MP1X and STM3MP2X compilation switch to replace #if STM32MP21 || STM32MP23 || STM32MP25 for MP2 SoCs and #if STM32MP13 || STM32MP15 for MP1 SoCs. This will avoid to forget to modify all these files when a new SoC is introduced. Change-Id: Ib984b22a19e08af5bc1b62fe2032f10240ec9122 Signed-off-by: Maxime Méré <maxime.mere@foss.st.com>