diff options
author | Ryan Harkin <ryan.harkin@linaro.org> | 2015-10-09 17:18:04 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-10-11 17:12:04 -0400 |
commit | 1a9717fb30c5cbb70dcc5d53791670967dfe3487 (patch) | |
tree | 5d37e9de161b7e56a89eeace53b515a0e6245364 /common/lynxkdi.c | |
parent | 74e264b49fc5aa20ef6f2c9e00560f81c08c667c (diff) | |
download | u-boot-1a9717fb30c5cbb70dcc5d53791670967dfe3487.tar.gz |
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 <ryan.harkin@linaro.org>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'common/lynxkdi.c')
0 files changed, 0 insertions, 0 deletions