2016-03-08 18:11:55 +00:00
|
|
|
#
|
|
|
|
# Copyright (C) 2016 OpenWrt.org
|
2017-02-07 23:38:21 +00:00
|
|
|
# Copyright (C) 2017 LEDE project
|
2016-03-08 18:11:55 +00:00
|
|
|
#
|
|
|
|
|
2017-02-07 23:38:21 +00:00
|
|
|
ARCH:=aarch64
|
2016-03-08 18:11:55 +00:00
|
|
|
SUBTARGET:=bcm2710
|
2017-02-07 23:38:21 +00:00
|
|
|
BOARDNAME:=BCM2710 64 bit based boards
|
2016-03-08 18:11:55 +00:00
|
|
|
CPU_TYPE:=cortex-a53
|
|
|
|
|
|
|
|
define Target/Description
|
2017-02-07 23:38:21 +00:00
|
|
|
Build firmware image for Broadcom BCM2710 64 bit SoC devices.
|
2016-03-08 18:11:55 +00:00
|
|
|
endef
|