arm/imxrt: Resolve missing prototype

This resolves a missing prototype by making a file used in the arm/imx
BSP family shared so that it can be used by the arm/imxrt BSP family to
provide the missing prototypes.
This commit is contained in:
Kinsey Moore
2025-08-05 15:59:09 -05:00
committed by Gedare Bloom
parent b9b572335e
commit e8c5bba5bf
4 changed files with 3 additions and 1 deletions

View File

@@ -27,6 +27,7 @@
#include <rtems/sysinit.h>
#include <arm/freescale/imx/imx_ccmvar.h>
#include <bsp.h>
#include <bsp/bootcard.h>
#include <bsp/fdt.h>

View File

@@ -15,7 +15,7 @@ install:
- bsps/arm/imx/include/bsp.h
- destination: ${BSP_INCLUDEDIR}/arm/freescale/imx
source:
- bsps/arm/imx/include/arm/freescale/imx/imx_ccmvar.h
- bsps/arm/include/arm/freescale/imx/imx_ccmvar.h
- bsps/arm/imx/include/arm/freescale/imx/imx_ecspireg.h
- bsps/arm/imx/include/arm/freescale/imx/imx_gpcreg.h
- bsps/arm/imx/include/arm/freescale/imx/imx_i2creg.h

View File

@@ -15,6 +15,7 @@ install:
- bsps/arm/imxrt/include/fsl_clock_config.h
- destination: ${BSP_INCLUDEDIR}/arm/freescale/imx
source:
- bsps/arm/include/arm/freescale/imx/imx_ccmvar.h
- bsps/arm/include/arm/freescale/imx/imx_iomuxreg.h
- bsps/arm/include/arm/freescale/imx/imx_iomuxvar.h
- destination: ${BSP_INCLUDEDIR}/bsp