This is an automated email from the ASF dual-hosted git repository.

acassis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git

commit d1d5a4abfe6dd6e61148a103fc7c2450390e4187
Author: Jukka Laitinen <juk...@ssrc.tii.ae>
AuthorDate: Wed Apr 3 16:01:59 2024 +0300

    arch/arm64/src/imx9/hardware/imx93/imx93_memorymap.h: Clean up some base 
address macros
    
    Signed-off-by: Jukka Laitinen <juk...@ssrc.tii.ae>
---
 arch/arm64/src/imx9/hardware/imx93/imx93_memorymap.h | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/arch/arm64/src/imx9/hardware/imx93/imx93_memorymap.h 
b/arch/arm64/src/imx9/hardware/imx93/imx93_memorymap.h
index f3fcbded4e..050602fc0a 100644
--- a/arch/arm64/src/imx9/hardware/imx93/imx93_memorymap.h
+++ b/arch/arm64/src/imx9/hardware/imx93/imx93_memorymap.h
@@ -154,12 +154,12 @@
 #define IMX9_TRDC1_BASE                    (0x44270000UL)
 #define IMX9_TRDC2_BASE                    (0x42460000UL)
 #define IMX9_TRGMUX_BASE                   (0x44531000UL)
-#define IMX9_TSTMR1__TSTMRA_BASE           (0x442C0000UL)
-#define IMX9_TSTMR2__TSTMRA_BASE           (0x42480000UL)
-#define IMX9_USB__USB_OTG1_BASE            (0x4C100000UL)
-#define IMX9_USB__USB_OTG2_BASE            (0x4C200000UL)
-#define IMX9_USB__USBNC_OTG1_BASE          (0x4C100200UL)
-#define IMX9_USB__USBNC_OTG2_BASE          (0x4C200200UL)
+#define IMX9_TSTMR1_BASE                   (0x442C0000UL)
+#define IMX9_TSTMR2_BASE                   (0x42480000UL)
+#define IMX9_USB_OTG1_BASE                 (0x4C100000UL)
+#define IMX9_USB_OTG2_BASE                 (0x4C200000UL)
+#define IMX9_USBNC_OTG1_BASE               (0x4C100200UL)
+#define IMX9_USBNC_OTG2_BASE               (0x4C200200UL)
 #define IMX9_USDHC1_BASE                   (0x42850000UL)
 #define IMX9_USDHC2_BASE                   (0x42860000UL)
 #define IMX9_USDHC3_BASE                   (0x428B0000UL)

Reply via email to