aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Huth <thuth@linux.vnet.ibm.com>2015-03-11 15:43:43 +0100
committerAlexey Kardashevskiy <aik@ozlabs.ru>2015-03-12 18:25:35 +1100
commite6c14049aee8ecfc0c3d105c296a48a1b9d274b1 (patch)
tree60e1953e717016a229525c34d2a87f6d2cccb9ad
parent9b82c855c594cb978e21257802fbd4e7db4dff39 (diff)
downloadSLOF-e6c14049aee8ecfc0c3d105c296a48a1b9d274b1.zip
SLOF-e6c14049aee8ecfc0c3d105c296a48a1b9d274b1.tar.gz
SLOF-e6c14049aee8ecfc0c3d105c296a48a1b9d274b1.tar.bz2
Improve /openprom node
There's no need for a device_type property here, but according to IEEE1275, it should have a "relative-addressing" propery instead. Signed-off-by: Thomas Huth <thuth@linux.vnet.ibm.com> Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>
-rw-r--r--slof/fs/root.fs2
1 files changed, 1 insertions, 1 deletions
diff --git a/slof/fs/root.fs b/slof/fs/root.fs
index 1ae28fa..21c7109 100644
--- a/slof/fs/root.fs
+++ b/slof/fs/root.fs
@@ -67,7 +67,7 @@ finish-device
\ Create /openprom
new-device
s" openprom" device-name
- s" BootROM" device-type
+ 0 0 s" relative-addressing" property
finish-device
\ Create /packages