commit | b91e6d67210a2b635124e8b1a077a3eaf1b0ae30 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marek.vasut@mailbox.org> | Mon May 12 18:44:53 2025 +0200 |
committer | Patrice Chotard <patrice.chotard@foss.st.com> | Wed Jun 11 09:42:55 2025 +0200 |
tree | 0feec8c296d41e9b94ad22ea1e4cd506d2a35233 | |
parent | 5053e935d9cab24009a53d05c80f2b97d6882cf7 [diff] |
ARM: stm32: Fix DBGMCU macro on STM32MP13xx The DBGMCU block is available at address 0x50081000 both on STM32MP13xx and on STM32MP15xx . There is no reason to limit the DBGMCU macro being set only on STM32MP15xx , remove the ifdeffery. Signed-off-by: Marek Vasut <marek.vasut@mailbox.org> Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>