7ef713c9c4
64 bit support for Raspberry Pi 3 is experimental. However, bcm2709 subtarget should serve as a stable and compatible 32 bit support. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
14 lines
285 B
Makefile
14 lines
285 B
Makefile
#
|
|
# Copyright (C) 2016 OpenWrt.org
|
|
# Copyright (C) 2017 LEDE project
|
|
#
|
|
|
|
ARCH:=aarch64
|
|
SUBTARGET:=bcm2710
|
|
BOARDNAME:=BCM2710 64 bit based boards
|
|
CPU_TYPE:=cortex-a53
|
|
CPU_SUBTYPE:=neon-vfpv4
|
|
|
|
define Target/Description
|
|
Build firmware image for Broadcom BCM2710 64 bit SoC devices.
|
|
endef
|