mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-11-16 12:34:45 +00:00
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:
committed by
Gedare Bloom
parent
b9b572335e
commit
e8c5bba5bf
@@ -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>
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user