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

Commit 3db3ba03 authored by Stefan Roese's avatar Stefan Roese Committed by Josh Boyer
Browse files

[POWERPC] 4xx: Fix L1 cache size in katmai DTS



This patch changes the katmai (440SPe) L1 cache size to 32k. Some
whitespace issues are cleaned up too.

Signed-off-by: default avatarStefan Roese <sr@denx.de>
Signed-off-by: default avatarJosh Boyer <jwboyer@linux.vnet.ibm.com>
parent e33eb074
Loading
Loading
Loading
Loading
+29 −29
Original line number Original line Diff line number Diff line
@@ -38,8 +38,8 @@
			timebase-frequency = <0>; /* Filled in by zImage */
			timebase-frequency = <0>; /* Filled in by zImage */
			i-cache-line-size = <20>;
			i-cache-line-size = <20>;
			d-cache-line-size = <20>;
			d-cache-line-size = <20>;
			i-cache-size = <20000>;
			i-cache-size = <8000>;
			d-cache-size = <20000>;
			d-cache-size = <8000>;
			dcr-controller;
			dcr-controller;
			dcr-access-method = "native";
			dcr-access-method = "native";
		};
		};