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>
This commit is contained in:
parent
534cfe0a3f
commit
1c9af10b8a
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue