Do not override the "model" property of the root node.

QEMU already provides a string for the "model" property of the root node.
We should not change this to avoid incompatibilities with the kernel.

Signed-off-by: Thomas Huth <thuth@linux.vnet.ibm.com>
This commit is contained in:
Thomas Huth 2011-12-20 17:09:09 +01:00
parent 05a38d52f8
commit 760473678d
1 changed files with 6 additions and 6 deletions

View File

@ -18,13 +18,13 @@
\ The root of the device tree and some of its kids.
" /" find-device
" QEMU" encode-string s" model" property
\ The following properties have been provided by the FDT from QEMU already,
\ so we do not have to create them on our own:
2 encode-int s" #address-cells" property
2 encode-int s" #size-cells" property
\ Yaboot is stupid. Without this, it can't/won't find /etc/yaboot.conf.
s" chrp" device-type
\ " QEMU" encode-string s" model" property
\ 2 encode-int s" #address-cells" property
\ 2 encode-int s" #size-cells" property
\ s" chrp" device-type
480 cp