Browse Source
Merge pull request #321 from oleorhagen/MEN-4395
MEN-4395: Bump mender-rpi-uboot to 2020.01
2.4.x
oleorhagen
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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() { |
|
|
|