commit | 16e33d35e9044abcb465ab2cbaf5776b3c0a73a1 | [log] [tgz] |
---|---|---|
author | Igor Opaniuk <igor.opaniuk@toradex.com> | Mon Dec 09 12:33:30 2019 +0200 |
committer | Stefano Babic <sbabic@denx.de> | Tue Jan 07 10:26:56 2020 +0100 |
tree | 4b452986d7e307a3ae222079bdd0523f85f5e346 | |
parent | 7cde0155a03d87fa63f287c2a691c5005d17885c [diff] |
colibri_imx6: add update_uboot wrapper Add universal update_uboot wrapper that helps to update U-Boot image on internal storage. > tftpboot ${loadaddr} ${board_name}/u-boot.img > run update_uboot > tftpboot ${loadaddr} ${board_name}/SPL > run update_spl Signed-off-by: Igor Opaniuk <igor.opaniuk@toradex.com>