Commit 8203c17e authored by Li Yang's avatar Li Yang Committed by Paul Mackerras

[POWERPC] Fix typo in Ebony default DTS

Signed-off-by: default avatarLi Yang <leoli@freescale.com>
Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
parent 70584578
...@@ -31,8 +31,8 @@ PowerPC,440GP@0 { ...@@ -31,8 +31,8 @@ PowerPC,440GP@0 {
reg = <0>; reg = <0>;
clock-frequency = <0>; // Filled in by zImage clock-frequency = <0>; // Filled in by zImage
timebase-frequency = <0>; // Filled in by zImage timebase-frequency = <0>; // Filled in by zImage
i-cache-line-size = <32>; i-cache-line-size = <20>;
d-cache-line-size = <32>; d-cache-line-size = <20>;
i-cache-size = <8000>; /* 32 kB */ i-cache-size = <8000>; /* 32 kB */
d-cache-size = <8000>; /* 32 kB */ d-cache-size = <8000>; /* 32 kB */
dcr-controller; dcr-controller;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment