de9c2164b1c185180e2d04e989134145fa50d734
[openwrt/staging/dedeckeh.git] / target / linux / mvebu / image / cortex-a53.mk
1 ifeq ($(SUBTARGET),cortexa53)
2
3 define Device/globalscale_espressobin
4 $(call Device/Default-arm64)
5 DEVICE_TITLE := ESPRESSObin (Marvell Armada 3700 Community Board)
6 DEVICE_DTS := armada-3720-espressobin
7 endef
8 TARGET_DEVICES += globalscale_espressobin
9
10 define Device/marvell_armada-3720-db
11 $(call Device/Default-arm64)
12 DEVICE_TITLE := Marvell Armada 3720 Development Board DB-88F3720-DDR3
13 DEVICE_DTS := armada-3720-db
14 endef
15 TARGET_DEVICES += marvell_armada-3720-db
16
17 endif