Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6111d198 authored by Claudiu Manoil's avatar Claudiu Manoil Committed by Li Yang
Browse files

soc/fsl/qbman: Drop L1_CACHE_BYTES compile time check



Not relevant and arch dependent. Overkill for PPC.

Signed-off-by: default avatarClaudiu Manoil <claudiu.manoil@nxp.com>
Signed-off-by: default avatarRoy Pledge <roy.pledge@nxp.com>
Reviewed-by: default avatarCatalin Marinas <catalin.marinas@arm.com>
Signed-off-by: default avatarLi Yang <leoyang.li@nxp.com>
parent f5bd2299
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -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