mvebu: image: stack repeated variables
[openwrt/staging/dedeckeh.git] / target / linux / mvebu / image / cortex-a72.mk
1 ifeq ($(SUBTARGET),cortexa72)
2
3 define Device/armada-macchiatobin
4 $(call Device/Default-arm64)
5 DEVICE_TITLE := MACCHIATObin (SolidRun Armada 8040 Community Board)
6 DEVICE_PACKAGES += kmod-i2c-core kmod-i2c-mux kmod-i2c-mux-pca954x
7 DEVICE_DTS := armada-8040-mcbin
8 SUPPORTED_DEVICES := marvell,armada8040-mcbin
9 endef
10 TARGET_DEVICES += armada-macchiatobin
11
12 define Device/armada-8040-db
13 $(call Device/Default-arm64)
14 DEVICE_TITLE := Marvell Armada 8040 DB board
15 DEVICE_DTS := armada-8040-db
16 IMAGE/sdcard.img.gz := boot-img-ext4 | sdcard-img-ext4 | gzip | append-metadata
17 SUPPORTED_DEVICES := marvell,armada8040-db
18 endef
19 TARGET_DEVICES += armada-8040-db
20
21 define Device/armada-7040-db
22 $(call Device/Default-arm64)
23 DEVICE_TITLE := Marvell Armada 7040 DB board
24 DEVICE_DTS := armada-7040-db
25 IMAGE/sdcard.img.gz := boot-img-ext4 | sdcard-img-ext4 | gzip | append-metadata
26 SUPPORTED_DEVICES := marvell,armada7040-db
27 endef
28 TARGET_DEVICES += armada-7040-db
29
30 endif