aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaudiu Manoil <[email protected]>2017-09-18 16:39:41 -0400
committerLi Yang <[email protected]>2017-09-22 13:33:07 -0500
commit6111d198362b9b3ffc1c253c74119cca9afd3968 (patch)
treec3123fffcb0598796e17a4d77bea2411f09cef73
parentf5bd22996038d5f45b158d5c14fd45209d7fbb5d (diff)
soc/fsl/qbman: Drop L1_CACHE_BYTES compile time check
Not relevant and arch dependent. Overkill for PPC. Signed-off-by: Claudiu Manoil <[email protected]> Signed-off-by: Roy Pledge <[email protected]> Reviewed-by: Catalin Marinas <[email protected]> Signed-off-by: Li Yang <[email protected]>
-rw-r--r--drivers/soc/fsl/qbman/dpaa_sys.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/soc/fsl/qbman/dpaa_sys.h b/drivers/soc/fsl/qbman/dpaa_sys.h
index 676af829cea0..4b1a4674d5c4 100644
--- a/drivers/soc/fsl/qbman/dpaa_sys.h
+++ b/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