diff options
Diffstat (limited to 'target/linux/mvebu/image')
-rw-r--r-- | target/linux/mvebu/image/cortexa72.mk | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/target/linux/mvebu/image/cortexa72.mk b/target/linux/mvebu/image/cortexa72.mk index f95ce533ea..84ce0cda9a 100644 --- a/target/linux/mvebu/image/cortexa72.mk +++ b/target/linux/mvebu/image/cortexa72.mk @@ -52,6 +52,17 @@ define Device/marvell_macchiatobin-singleshot endef TARGET_DEVICES += marvell_macchiatobin-singleshot +define Device/marvell_clearfog-gt-8k + $(call Device/Default-arm64) + DEVICE_VENDOR := SolidRun + DEVICE_MODEL := Clearfog + DEVICE_VARIANT := GT-8K + DEVICE_PACKAGES += kmod-i2c-mux-pca954x kmod-crypto-hw-safexcel + DEVICE_DTS := armada-8040-clearfog-gt-8k + SUPPORTED_DEVICES := marvell,armada8040-clearfog-gt-8k +endef +TARGET_DEVICES += marvell_clearfog-gt-8k + define Device/iei_puzzle-m901 $(call Device/Default-arm64) DEVICE_VENDOR := iEi |