diff options
| author | Ryan Harkin <[email protected]> | 2015-10-09 17:18:04 +0100 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2015-10-11 17:12:04 -0400 |
| commit | 1a9717fb30c5cbb70dcc5d53791670967dfe3487 (patch) | |
| tree | 5d37e9de161b7e56a89eeace53b515a0e6245364 /include | |
| parent | 74e264b49fc5aa20ef6f2c9e00560f81c08c667c (diff) | |
common/armflash: add command to check if image exists
Add a command to the ARM flash support to check if an image exists or
not.
If the image is found, it will return CMD_RET_SUCCESS, else
CMD_RET_FAILURE. This allows hush scripts to conditionally load images.
A simple example:
if afs exists ${kernel_name}; then echo found; else echo \
not found; fi
Signed-off-by: Ryan Harkin <[email protected]>
Reviewed-by: Linus Walleij <[email protected]>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions
