aboutsummaryrefslogtreecommitdiff
path: root/board-js2x
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2015-09-27 22:27:46 +0200
committerAlexey Kardashevskiy <aik@ozlabs.ru>2015-09-30 15:10:58 +1000
commit1c9af10b8a389c4c67e6154cf0b347751275749c (patch)
tree75b3abe2bc5a9bccff74c16a1f69b84f93f5d6a2 /board-js2x
parent534cfe0a3f69039a0482424dad65e3fe695d5149 (diff)
downloadSLOF-1c9af10b8a389c4c67e6154cf0b347751275749c.zip
SLOF-1c9af10b8a389c4c67e6154cf0b347751275749c.tar.gz
SLOF-1c9af10b8a389c4c67e6154cf0b347751275749c.tar.bz2
board-js2x: Add missing file dma-function.fs
The PCI scan code needs the functions from the file dma-function.fs - and this had been forgotten to be included in the rom filesystem of board js2x. So add it here, too, to avoid that the boot process aborts due to the missing functions. Signed-off-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>
Diffstat (limited to 'board-js2x')
-rw-r--r--board-js2x/slof/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/board-js2x/slof/Makefile b/board-js2x/slof/Makefile
index ab3e683..fdc716f 100644
--- a/board-js2x/slof/Makefile
+++ b/board-js2x/slof/Makefile
@@ -82,6 +82,7 @@ OF_FFS_FILES = \
$(SLOFCMNDIR)/fs/scsi-host-helpers.fs \
$(SLOFCMNDIR)/fs/scsi-probe-helpers.fs \
$(SLOFCMNDIR)/fs/scsi-support.fs \
+ $(SLOFCMNDIR)/fs/dma-function.fs \
$(SLOFCMNDIR)/fs/pci-device.fs \
$(SLOFCMNDIR)/fs/pci-bridge.fs \
$(SLOFCMNDIR)/fs/pci-properties.fs \