Skip to content

Commit

Permalink
bcm53xx: drop dead upgrade code
Browse files Browse the repository at this point in the history
platform_nand_pre_upgrade() is gone since commit 790692d
("base-files: drop support for the platform_nand_pre_upgrade()").

Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
  • Loading branch information
Rafał Miłecki committed Mar 29, 2022
1 parent 72b9b72 commit a6dc0f6
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions target/linux/bcm53xx/base-files/lib/upgrade/platform.sh
Expand Up @@ -403,11 +403,3 @@ platform_do_upgrade() {
;;
esac
}

platform_nand_pre_upgrade() {
case "$(board_name)" in
meraki,mr32)
CI_KERNPART="part.safe"
;;
esac
}

0 comments on commit a6dc0f6

Please sign in to comment.