aboutsummaryrefslogtreecommitdiff
path: root/board-qemu/slof/tree.fs
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2015-12-21 21:25:21 +0100
committerAlexey Kardashevskiy <aik@ozlabs.ru>2015-12-23 12:36:00 +1100
commit078947d54aa7562d043892e829f91644bc54acba (patch)
tree0434e030605e97c892d563f10344ac2ff7b8650c /board-qemu/slof/tree.fs
parentc73bf77619df2232d3cf6f7d129815f1e1674e9e (diff)
downloadSLOF-078947d54aa7562d043892e829f91644bc54acba.zip
SLOF-078947d54aa7562d043892e829f91644bc54acba.tar.gz
SLOF-078947d54aa7562d043892e829f91644bc54acba.tar.bz2
Move archsupport.fs into board-qemu directory
The "hv-cas" hypercall is only available on board-qemu. Including archsupport.fs on board-js2x breaks the boot process there. Thus the archsupport.fs file should reside in the board-qemu/slof directory instead and only be included from there. Signed-off-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>
Diffstat (limited to 'board-qemu/slof/tree.fs')
-rw-r--r--board-qemu/slof/tree.fs2
1 files changed, 2 insertions, 0 deletions
diff --git a/board-qemu/slof/tree.fs b/board-qemu/slof/tree.fs
index 4aba4c5..78dafab 100644
--- a/board-qemu/slof/tree.fs
+++ b/board-qemu/slof/tree.fs
@@ -26,6 +26,8 @@
\ 2 encode-int s" #size-cells" property
\ s" chrp" device-type
+#include "archsupport.fs"
+
480 cp
\ See 3.6.5, and the PowerPC OF binding document.