From 22f44a2cd53a88c838f9c45c35f1cb750fb39d02 Mon Sep 17 00:00:00 2001 From: Ole Petter Date: Fri, 5 Mar 2021 13:53:20 +0100 Subject: [PATCH] MEN-4395: Bump mender-rpi-uboot to 2020.01 Changelog: The standard RasperryPi configuration now comes with UBoot 2020.01 as the default. Signed-off-by: Ole Petter --- configs/raspberrypi_config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/raspberrypi_config b/configs/raspberrypi_config index a8b8b7e..49ba36f 100644 --- a/configs/raspberrypi_config +++ b/configs/raspberrypi_config @@ -10,7 +10,7 @@ MENDER_COPY_BOOT_GAP=n # 4MB alignment MENDER_PARTITION_ALIGNMENT="4194304" -RASPBERRYPI_BINARIES="${RASPBERRYPI_CONFIG}-2019.01.tar.gz" +RASPBERRYPI_BINARIES="${RASPBERRYPI_CONFIG}-2020.01.tar.gz" RASPBERRYPI_BINARIES_URL="${MENDER_STORAGE_URL}/mender-convert/uboot/raspberrypi/${RASPBERRYPI_BINARIES}" function platform_modify() {