Skip to content

Commit

Permalink
imx: cortexa53: fix sysupgrade image device support for venice
Browse files Browse the repository at this point in the history
Set the SUPPORTED_DEVICES Device var so that sysupgrade images
are supported without a force.

Signed-off-by: Tim Harvey <[email protected]>
Link: openwrt/openwrt#17964
Signed-off-by: Hauke Mehrtens <[email protected]>
  • Loading branch information
Gateworks authored and hauke committed Feb 16, 2025
1 parent ee73d35 commit 5a124ff
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions target/linux/imx/image/cortexa53.mk
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,21 @@ define Device/gateworks_venice
FILESYSTEMS := squashfs ext4
DEVICE_VENDOR := Gateworks
DEVICE_MODEL := i.MX8M Venice
SUPPORTED_DEVICES := \
gw,imx8mm-gw71xx-0x \
gw,imx8mm-gw72xx-0x \
gw,imx8mp-gw72xx-2x \
gw,imx8mm-gw73xx-0x \
gw,imx8mp-gw73xx-2x \
gw,imx8mm-gw7901 \
gw,imx8mm-gw7902 \
gw,imx8mn-gw7902 \
gw,imx8mm-gw7903 \
gateworks,imx8mp-gw71xx-2x \
gateworks,imx8mp-gw74xx \
gateworks,imx8mm-gw7904 \
gateworks,imx8mm-gw7905-0x \
gateworks,imx8mp-gw7905-2x
BOOT_SCRIPT := gateworks_venice
PARTITION_OFFSET := 16M
DEVICE_DTS := $(basename $(notdir $(wildcard $(DTS_DIR)/freescale/imx8m*-venice*.dts)))
Expand Down

0 comments on commit 5a124ff

Please sign in to comment.