imx: Remove ccm functions alredy defined in RTEMS

The imx_ccm_*_hz are all defined in RTEMS. So don't duplicate them in
libbsd. Otherwise some applications get linker errors.

Update #3869
This commit is contained in:
Christian Mauderer 2020-09-09 11:34:22 +02:00
parent 8f870a3593
commit d36d545d16

View File

@ -368,6 +368,7 @@ imx6_ccm_sata_enable(void)
return 0;
}
#ifndef __rtems__
uint32_t
imx_ccm_ecspi_hz(void)
{
@ -408,6 +409,7 @@ imx_ccm_ahb_hz(void)
{
return (132000000);
}
#endif /* __rtems__ */
void
imx_ccm_ipu_enable(int ipu)