commit | 9e286cb6eed1fd31c9edfc1d55d73c8385d0f6ea | [log] [tgz] |
---|---|---|
author | Igor Opaniuk <igor.opaniuk@toradex.com> | Mon Dec 09 12:33:28 2019 +0200 |
committer | Stefano Babic <sbabic@denx.de> | Tue Jan 07 10:26:56 2020 +0100 |
tree | 79c165ae6a9146083adcf9fb399922e8992bdc16 | |
parent | 943be15974013a7fdd833cd4efd75705976a9f33 [diff] |
colibri_imx7: 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-dtb.imx > run update_uboot Signed-off-by: Igor Opaniuk <igor.opaniuk@toradex.com>