Skip to content
Snippets Groups Projects
Commit dd64827e authored by Stephen Warren's avatar Stephen Warren Committed by Tom Rini
Browse files

dfu: defer parsing of device string to IO backend


Devices are not all identified by a single integer. To support
this, defer the parsing of the device string to the IO backed, so that
it can apply the appropriate rules.

SPI devices are specified as controller:chip_select. SPI/SF support will
be added soon.

MMC devices can also be specified as controller[.hwpart][:partition] in
many commands, although we don't support that syntax in DFU.

Signed-off-by: default avatarStephen Warren <swarren@nvidia.com>
parent 3ee9593f
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment