commit | 97c42757717f8de780de41857db15d1ba47e9e44 | [log] [tgz] |
---|---|---|
author | Igor Opaniuk <igor.opaniuk@toradex.com> | Mon Dec 09 12:33:32 2019 +0200 |
committer | Stefano Babic <sbabic@denx.de> | Tue Jan 07 10:26:56 2020 +0100 |
tree | 391637db623d4a3764e0846b4f6114e361ca0ced | |
parent | ba195a9487c1bd52f1c58bb6aca4151ed3ae9e76 [diff] |
colibri_vf: add update_uboot wrapper Add universal update_uboot wrapper that helps to update U-Boot image on internal storage. Usage example: > tftpboot ${loadaddr} ${board_name}/u-boot-nand.imx > run update_uboot Signed-off-by: Igor Opaniuk <igor.opaniuk@toradex.com>