5a3e9b4d077a736298096ba11788dd9445fbcff3
[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 SUPPORTED_DEVICES := globalscale,espressobin
8 endef
9 TARGET_DEVICES += globalscale_espressobin
10
11 define Device/marvell_armada-3720-db
12 $(call Device/Default-arm64)
13 DEVICE_TITLE := Marvell Armada 3720 Development Board DB-88F3720-DDR3
14 DEVICE_DTS := armada-3720-db
15 SUPPORTED_DEVICES := marvell,armada-3720-db
16 endef
17 TARGET_DEVICES += marvell_armada-3720-db
18
19 endif