From patchwork Fri Mar 27 10:15:44 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Igor Opaniuk X-Patchwork-Id: 244410 List-Id: U-Boot discussion From: igor.opaniuk at gmail.com (Igor Opaniuk) Date: Fri, 27 Mar 2020 12:15:44 +0200 Subject: [PATCH v3 0/4] This patch series introduces universtal update_uboot Message-ID: <20200327101548.8500-1-igor.opaniuk@gmail.com> 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 v3: - No changes v2: - No changes 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(-)