From 1c9af10b8a389c4c67e6154cf0b347751275749c Mon Sep 17 00:00:00 2001 From: Thomas Huth Date: Sun, 27 Sep 2015 22:27:46 +0200 Subject: 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 Signed-off-by: Alexey Kardashevskiy --- board-js2x/slof/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'board-js2x') 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 \ -- cgit v1.1