Skip to content
Snippets Groups Projects
Commit 2d3c5e1c authored by Manohar Vanga's avatar Manohar Vanga
Browse files

simulation: fix comment to be hardware agnostic


Signed-off-by: default avatarManohar Vanga <manohar.vanga@cern.ch>
parent d20186bc
Branches
Tags
No related merge requests found
......@@ -57,9 +57,10 @@ static int fake_wbbus_probe(struct device *dev)
* the header from its appropriate location.
*
* For loading the bitstream, we read the bitstream ID off
* the eeprom on the spec board? Or some other way?
* an eeprom on the board or some similar way.
*
* Below, we just use the PCI id to get the firmware file.
* Below, we just use the PCI bus and slot number to get the firmware
* file.
*/
sprintf(fwname, "fakespec-%04x-%04x", spec_vendor, spec_device);
if (request_firmware(&wb_fw, fwname, dev)) {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment