Skip to content
Snippets Groups Projects
Commit 43ce02b9 authored by Arne Jonsson's avatar Arne Jonsson Committed by Arne Jonsson
Browse files

Revert "upgrade: support upgrading ATF images"

This reverts commit 97a0f462.
parent 69d406db
Branches
No related tags found
Loading
......@@ -332,12 +332,7 @@ iopsys_do_upgrade() {
if [ "$UPGRADE_OPT_FORCE_LOADER_UPGRADE" = "1" ]; then
log "sysupgrade" "Bootloader upgrade is enabled."
if fdtextract -l "$image" | grep -qF "atf"; then
iopsys_write_fit_image_component "$image" atf required mtd BL2 || return
iopsys_write_fit_image_component "$image" bootloader required mtd FIP || return
else
iopsys_write_fit_image_component "$image" bootloader optional mtd u-boot || return
fi
iopsys_write_fit_image_component "$image" bootloader optional mtd u-boot || return
else
log "sysupgrade" "Bootloader upgrade is disabled."
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment