diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2021-11-03 11:17:28 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2021-11-03 10:18:28 +0000 |
commit | 430b678d0356d01fc6b001ee8bdfbe8960e01c2d (patch) | |
tree | 1c76bfc801c0288c5a784a9370e156f03fc8ccc6 /utils | |
parent | 565fdf27b3990ffe325068c47b869770090b04bc (diff) |
Diffstat (limited to 'utils')
-rw-r--r-- | utils/swi-update.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/swi-update.c b/utils/swi-update.c index d046d88..609c5ba 100644 --- a/utils/swi-update.c +++ b/utils/swi-update.c @@ -922,7 +922,7 @@ int main(int argc, char *argv[]) /* FIXME: should do the following for a complete image upload* * * For CWE images: - * - verify image sanity and retrive model/version data for next step if applicable + * - verify image and retrive model/version data for next step if applicable * - if application mode: * + verify qmi model/version matching image * + check usb sysfs (serial++) to match against bootloader mode |