Skip to content
Snippets Groups Projects
Commit ffcb2684 authored by Rafał Miłecki's avatar Rafał Miłecki
Browse files

ipq806x: add platform_pre_upgrade for sysupgrade


We're in process of cleaning nand_do_platform_check. Currently is leaves
a special mark in /tmp/sysupgrade-nand-path triggering some diffent code
path in nand_upgrade_stage1. This can be a bit confusing.

The plan is to have the check function only check the image and nothing
else. Then platform code (platform_pre_upgrade) should trigger NAND
specific upgrade path. This is what this patch implements.

This follows ar71xx, lantiq and partially bcm53xx.

Signed-off-by: default avatarRafał Miłecki <zajec5@gmail.com>

SVN-Revision: 46945
parent 39940fac
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment