From mboxrd@z Thu Jan 1 00:00:00 1970 From: Igor Opaniuk Date: Mon, 9 Dec 2019 14:58:06 +0200 Subject: [PATCH v2 0/4] toradex: tegra: add update_uboot wrapper Message-ID: <20191209125810.15159-1-igor.opaniuk@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de This patch series introduces universtal update_uboot wrapper that helps to update U-Boot image on internal storage (eMMC/NAND). Example of usage: > tftpboot ${loadaddr} ${board_name}/${board_name}.img > run update_uboot Igor Opaniuk (4): apalis-tk1: add update_uboot wrapper apalis_t30: add update_uboot wrapper colibri_t20: add update_uboot wrapper colibri_t30: add update_uboot wrapper include/configs/apalis-tk1.h | 9 +++++++++ include/configs/apalis_t30.h | 11 +++++++++++ include/configs/colibri_t20.h | 8 ++++++-- include/configs/colibri_t30.h | 11 +++++++++++ 4 files changed, 37 insertions(+), 2 deletions(-) -- 2.17.1