Remove old UIO comment on documentation header for flash/dump
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
DataHoarder 2021-02-07 22:27:20 +01:00
parent 9a2fc07ad8
commit a361926b62
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@
* Creation Date: December 16, 2020
* Description: Utility to dump Non Volatile Memory on SPI for FM10K devices. Requires FM10K kernel module running with UIO enabled.
* Compile: make fm10k-dump
* Usage: ./fm10k-dump </dev/uio0> <output.bin> [readSizeInMegabits=8]
* Usage: ./fm10k-dump <output.bin> [readSizeInMegabits=8]
*
* Copyright (c) 2014 - 2015, Intel Corporation
* Copyright (c) 2020, FM10K-Documentation Contributors

View file

@ -3,7 +3,7 @@
* Creation Date: December 20, 2020
* Description: Utility to flash Non Volatile Memory on SPI for FM10K devices. Requires FM10K kernel module running with UIO enabled.
* Compile: make fm10k-flash
* Usage: ./fm10k-flash </dev/uio0> <input.bin> <backup.bin>
* Usage: ./fm10k-flash <input.bin> <backup.bin>
*
* Copyright (c) 2014 - 2015, Intel Corporation
* Copyright (c) 2020, FM10K-Documentation Contributors