77a00027c3
This adds support for Raspberry Pi 3 on the bcm2709 subtarget, in order to keep 32 bit image support when 64 bit support is added on bcm2710 subtarget. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
13 lines
286 B
Makefile
13 lines
286 B
Makefile
#
|
|
# Copyright (C) 2015 OpenWrt.org
|
|
# Copyright (C) 2017 LEDE project
|
|
#
|
|
|
|
SUBTARGET:=bcm2709
|
|
BOARDNAME:=BCM2709/BCM2710 32 bit based boards
|
|
CPU_TYPE:=cortex-a7
|
|
CPU_SUBTYPE:=neon-vfpv4
|
|
|
|
define Target/Description
|
|
Build firmware image for Broadcom BCM2709/BCM2710 32 bit SoC devices.
|
|
endef
|