aboutsummaryrefslogtreecommitdiff
path: root/board-qemu/slof/tree.fs
diff options
context:
space:
mode:
authorThomas Huth <thuth@linux.vnet.ibm.com>2011-12-20 17:09:09 +0100
committerThomas Huth <thuth@linux.vnet.ibm.com>2011-12-20 17:56:48 +0100
commit760473678d3c20b9e2ed876b8912f5b724e691e4 (patch)
tree26fbb084edd1c998d344842d84af3991b8dfaedf /board-qemu/slof/tree.fs
parent05a38d52f83cc3e6181c126e3aaa8e1e5830351e (diff)
downloadSLOF-760473678d3c20b9e2ed876b8912f5b724e691e4.zip
SLOF-760473678d3c20b9e2ed876b8912f5b724e691e4.tar.gz
SLOF-760473678d3c20b9e2ed876b8912f5b724e691e4.tar.bz2
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>
Diffstat (limited to 'board-qemu/slof/tree.fs')
-rw-r--r--board-qemu/slof/tree.fs12
1 files changed, 6 insertions, 6 deletions
diff --git a/board-qemu/slof/tree.fs b/board-qemu/slof/tree.fs
index d064aea..6b7b961 100644
--- a/board-qemu/slof/tree.fs
+++ b/board-qemu/slof/tree.fs
@@ -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