Browse Source

soc/fsl/qbman: Drop L1_CACHE_BYTES compile time check

Not relevant and arch dependent. Overkill for PPC.

Signed-off-by: Claudiu Manoil <claudiu.manoil@nxp.com>
Signed-off-by: Roy Pledge <roy.pledge@nxp.com>
Reviewed-by: Catalin Marinas <catalin.marinas@arm.com>
Signed-off-by: Li Yang <leoyang.li@nxp.com>
Claudiu Manoil 8 years ago
parent
commit
6111d19836
1 changed files with 0 additions and 4 deletions
  1. 0 4
      drivers/soc/fsl/qbman/dpaa_sys.h

+ 0 - 4
drivers/soc/fsl/qbman/dpaa_sys.h

@@ -49,10 +49,6 @@
 #define DPAA_PORTAL_CE 0
 #define DPAA_PORTAL_CI 1
 
-#if (L1_CACHE_BYTES != 32) && (L1_CACHE_BYTES != 64)
-#error "Unsupported Cacheline Size"
-#endif
-
 static inline void dpaa_flush(void *p)
 {
 #ifdef CONFIG_PPC