diff options
author | Timur Tabi <timur@freescale.com> | 2007-02-14 16:29:07 -0500 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-02-15 22:00:20 -0500 |
commit | 32aed2a5ce31dc8f42811a0e74020f230241165a (patch) | |
tree | a7e359ee245ca162d23643adeb07c081a430d6e6 /arch/powerpc/boot/dts/kuroboxHG.dts | |
parent | c243f983a52eca8eb2a73113222887149836d45c (diff) |
[POWERPC] Delete boot-cpu property from all DTS files
The 'linux,boot-cpu' property is obsolete, so remove it from all of the DTS
files and from booting-without-of.txt. The boot CPU is actually defined in
the device tree header, and U-Boot sets that field. The device tree compiler
also complains if the property exists.
Signed-off-by: Timur Tabi <timur@freescale.com>
Signed-off-by: Stuart Yoder <stuart.yoder@freescale.com>
Acked-by: David Gibson <dwg@au1.ibm.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/boot/dts/kuroboxHG.dts')
-rw-r--r-- | arch/powerpc/boot/dts/kuroboxHG.dts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/boot/dts/kuroboxHG.dts b/arch/powerpc/boot/dts/kuroboxHG.dts index d06b0b018899..753102752d8b 100644 --- a/arch/powerpc/boot/dts/kuroboxHG.dts +++ b/arch/powerpc/boot/dts/kuroboxHG.dts | |||
@@ -35,7 +35,6 @@ build with: "dtc -f -I dts -O dtb -o kuroboxHG.dtb -V 16 kuroboxHG.dts" | |||
35 | 35 | ||
36 | PowerPC,603e { /* Really 8241 */ | 36 | PowerPC,603e { /* Really 8241 */ |
37 | linux,phandle = <2100>; | 37 | linux,phandle = <2100>; |
38 | linux,boot-cpu; | ||
39 | device_type = "cpu"; | 38 | device_type = "cpu"; |
40 | reg = <0>; | 39 | reg = <0>; |
41 | clock-frequency = <fdad680>; /* Fixed by bootwrapper */ | 40 | clock-frequency = <fdad680>; /* Fixed by bootwrapper */ |