| commit | 72fda1148e14d2f06d8653c26f579b7d2dabba57 | [log] [tgz] |
|---|---|---|
| author | Josh Boyer <jwboyer@linux.vnet.ibm.com> | Thu Dec 06 13:20:05 2007 -0600 |
| committer | Josh Boyer <jwboyer@linux.vnet.ibm.com> | Sun Dec 23 13:33:47 2007 -0600 |
| tree | fa4087faf70c14eb333ffc693d6e32b13d01d742 | |
| parent | 55aaf6ecf796b809100abfbdf359ef8309a7aac9 [diff] |
[POWERPC] 4xx: Rename CPU nodes to avoid dtc incompatibility
Recent DTC versions disallow certain special characters in full paths without
being quoted with {}. That however breaks compatibility with older DTC
versions. Work around this by renaming the CPU nodes for the 4xx files to a
generic node name, and specify the processor type in the model property of the
CPU node.
Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>