diff options
author | Li Yang <leoli@freescale.com> | 2007-07-10 08:59:39 +0200 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-07-10 14:03:16 +0200 |
commit | 8203c17e5b35408889ec5c358d71110b624519bd (patch) | |
tree | 19f1d1950631c31d2df3b6a2fcf8e8103dc053d0 /arch/powerpc/boot | |
parent | [POWERPC] Check for NULL ppc_md.init_IRQ() before calling (diff) | |
download | linux-8203c17e5b35408889ec5c358d71110b624519bd.tar.xz linux-8203c17e5b35408889ec5c358d71110b624519bd.zip |
[POWERPC] Fix typo in Ebony default DTS
Signed-off-by: Li Yang <leoli@freescale.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/boot')
-rw-r--r-- | arch/powerpc/boot/dts/ebony.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/boot/dts/ebony.dts b/arch/powerpc/boot/dts/ebony.dts index 586a2fc13c63..c5f99613fc7b 100644 --- a/arch/powerpc/boot/dts/ebony.dts +++ b/arch/powerpc/boot/dts/ebony.dts @@ -31,8 +31,8 @@ reg = <0>; clock-frequency = <0>; // Filled in by zImage timebase-frequency = <0>; // Filled in by zImage - i-cache-line-size = <32>; - d-cache-line-size = <32>; + i-cache-line-size = <20>; + d-cache-line-size = <20>; i-cache-size = <8000>; /* 32 kB */ d-cache-size = <8000>; /* 32 kB */ dcr-controller; |