Small fixes for the Ebony device tree
Mark A. Greer
mgreer at mvista.com
Wed May 16 04:15:54 EST 2007
On Mon, May 14, 2007 at 02:54:04PM +1000, David Gibson wrote:
> Index: working-2.6/arch/powerpc/boot/dts/ebony.dts
> ===================================================================
> --- working-2.6.orig/arch/powerpc/boot/dts/ebony.dts 2007-05-08 15:07:45.000000000 +1000
> +++ working-2.6/arch/powerpc/boot/dts/ebony.dts 2007-05-14 14:38:39.000000000 +1000
> @@ -33,8 +33,8 @@
> timebase-frequency = <0>; // Filled in by zImage
> i-cache-line-size = <32>;
> d-cache-line-size = <32>;
> - i-cache-size = <0>;
> - d-cache-size = <0>;
> + i-cache-size = <2000000>; /* 32 kB */
> + d-cache-size = <2000000>; /* 32 kB */
> dcr-controller;
> dcr-access-method = "native";
> };
Ahh HA! You did it too! :)
More information about the Linuxppc-dev
mailing list