imx: introduce 'cortexa7' subtarget
[openwrt/staging/thess.git] / target / linux / imx / cortexa7 / base-files / lib / upgrade / platform.sh
1 PART_NAME=firmware
2 REQUIRE_IMAGE_METADATA=1
3
4 platform_check_image() {
5 return 0
6 }
7
8 platform_do_upgrade() {
9 local board=$(board_name)
10
11 case "$board" in
12 *)
13 default_do_upgrade "$1"
14 ;;
15 esac
16 }