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

Commit 8097171e authored by Michal Simek's avatar Michal Simek
Browse files

ARM: zynq: Remove useless L2C AUX setting



AUX setting has no effect that's why remove it.

Warning log:
L2C: platform provided aux values match the hardware, so
have no effect.  Please remove them.

Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
parent ed62e330
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -204,8 +204,8 @@ static const char * const zynq_dt_match[] = {

DT_MACHINE_START(XILINX_EP107, "Xilinx Zynq Platform")
	/* 64KB way size, 8-way associativity, parity disabled */
	.l2c_aux_val	= 0x02000000,
	.l2c_aux_mask	= 0xf0ffffff,
	.l2c_aux_val	= 0x00000000,
	.l2c_aux_mask	= 0xffffffff,
	.smp		= smp_ops(zynq_smp_ops),
	.map_io		= zynq_map_io,
	.init_irq	= zynq_irq_init,