]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/edma3_lld.git/blobdiff - packages/ti/sdo/edma3/drv/sample/src/sample_arm_cs.c
Merge pull request #39 in PROCESSOR-SDK/edma3_lld from PRSDK-5267 to master
[keystone-rtos/edma3_lld.git] / packages / ti / sdo / edma3 / drv / sample / src / sample_arm_cs.c
index adf70685dbb121bb6d5b28d575e300d75ddf859c..3a6c2bd64f30812c403ee2707acea14392bb607f 100755 (executable)
@@ -6,7 +6,7 @@
  * These implementations MUST be provided by the user / application, using the
  * EDMA3 driver, for its correct functioning.
  *
- * Copyright (C) 2009 - 2016 Texas Instruments Incorporated - http://www.ti.com/
+ * Copyright (C) 2009 - 2019 Texas Instruments Incorporated - http://www.ti.com/
  *
  *
  *  Redistribution and use in source and binary forms, with or without
  *  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  *
 */
-#ifdef GCC_BUILD
-#if (defined(BUILD_TDA2XX_MPU) || defined(BUILD_DRA72X_MPU) || defined(BUILD_AM572X_MPU) || defined(BUILD_AM571X_MPU) || defined(BUILD_K2H_MPU) || defined(BUILD_K2E_MPU) || defined(BUILD_K2L_MPU) || defined(BUILD_K2G_MPU))
-#include <ti/sysbios/family/arm/a15/Cache.h>
-#elif (defined (BUILD_CENTAURUS_A8) || defined (BUILD_AM335X_A8))
-#include <ti/sysbios/family/arm/a8/Cache.h>
-#elif defined (BUILD_AM437X_A9)
-#include <ti/sysbios/family/arm/a9/Cache.h>
-#endif
-#else
+
 #include <ti/sysbios/hal/Cache.h>
-#endif
+
 #include <ti/sysbios/hal/Hwi.h>
 #include <ti/sysbios/knl/Task.h>
 #include <ti/sysbios/knl/Semaphore.h>