[SLOF] [PATCH 1/2] board-js2x: Add missing file dma-function.fs
Thomas Huth
thuth at redhat.com
Mon Sep 28 06:27:46 AEST 2015
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 at redhat.com>
---
board-js2x/slof/Makefile | 1 +
1 file changed, 1 insertion(+)
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 \
--
1.8.3.1
More information about the SLOF
mailing list