cmd: nfsdown: add image file name as optional argument
authorSeung-Woo Kim <sw0312.kim@samsung.com>
Wed, 2 Aug 2017 10:09:53 +0000 (19:09 +0900)
committerJaehoon Chung <jh80.chung@samsung.com>
Tue, 20 Oct 2020 01:35:22 +0000 (10:35 +0900)
commitfe75dab04ed0b45b8ee72d99f1c188176cc23583
tree0b53b3c9fdd3d36fc35aa5d158db077ce7c94b3a
parent49a38c5d2ed3ecd056c0f947c7a633d858c0ca43
cmd: nfsdown: add image file name as optional argument

The nfsdown command takes too much time because it tries to get
all possible image files. Add image file name as optional argument.
With the optional argument, nfsdown command will get only the file
and it reduces time consumption for case of flashing one file.

Change-Id: If2995d128c219d100074153ba00be3f4dc5ee1e6
Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
cmd/nfsdown.c