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 /Documentation | |
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 'Documentation')
-rw-r--r-- | Documentation/powerpc/booting-without-of.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Documentation/powerpc/booting-without-of.txt b/Documentation/powerpc/booting-without-of.txt index 3b514672b80e..1e1abaf83712 100644 --- a/Documentation/powerpc/booting-without-of.txt +++ b/Documentation/powerpc/booting-without-of.txt | |||
@@ -497,7 +497,7 @@ looks like in practice. | |||
497 | | |- device_type = "cpu" | 497 | | |- device_type = "cpu" |
498 | | |- reg = <0> | 498 | | |- reg = <0> |
499 | | |- clock-frequency = <5f5e1000> | 499 | | |- clock-frequency = <5f5e1000> |
500 | | |- linux,boot-cpu | 500 | | |- 64-bit |
501 | | |- linux,phandle = <2> | 501 | | |- linux,phandle = <2> |
502 | | | 502 | | |
503 | o memory@0 | 503 | o memory@0 |
@@ -519,7 +519,7 @@ physical memory layout. It also includes misc information passed | |||
519 | through /chosen, like in this example, the platform type (mandatory) | 519 | through /chosen, like in this example, the platform type (mandatory) |
520 | and the kernel command line arguments (optional). | 520 | and the kernel command line arguments (optional). |
521 | 521 | ||
522 | The /cpus/PowerPC,970@0/linux,boot-cpu property is an example of a | 522 | The /cpus/PowerPC,970@0/64-bit property is an example of a |
523 | property without a value. All other properties have a value. The | 523 | property without a value. All other properties have a value. The |
524 | significance of the #address-cells and #size-cells properties will be | 524 | significance of the #address-cells and #size-cells properties will be |
525 | explained in chapter IV which defines precisely the required nodes and | 525 | explained in chapter IV which defines precisely the required nodes and |
@@ -778,7 +778,6 @@ address which can extend beyond that limit. | |||
778 | bytes | 778 | bytes |
779 | - d-cache-size : one cell, size of L1 data cache in bytes | 779 | - d-cache-size : one cell, size of L1 data cache in bytes |
780 | - i-cache-size : one cell, size of L1 instruction cache in bytes | 780 | - i-cache-size : one cell, size of L1 instruction cache in bytes |
781 | - linux, boot-cpu : Should be defined if this cpu is the boot cpu. | ||
782 | 781 | ||
783 | Recommended properties: | 782 | Recommended properties: |
784 | 783 | ||