forked from lede-project/source
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
brcm2708: bcm2709: add support for Raspberry Pi 3
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 <[email protected]>
- Loading branch information
Showing
3 changed files
with
8 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,13 @@ | ||
# | ||
# Copyright (C) 2015 OpenWrt.org | ||
# Copyright (C) 2017 LEDE project | ||
# | ||
|
||
SUBTARGET:=bcm2709 | ||
BOARDNAME:=BCM2709 based boards | ||
BOARDNAME:=BCM2709/BCM2710 32 bit based boards | ||
CPU_TYPE:=cortex-a7 | ||
CPU_SUBTYPE:=neon-vfpv4 | ||
|
||
define Target/Description | ||
Build firmware image for Broadcom BCM2709 SoC devices. | ||
Build firmware image for Broadcom BCM2709/BCM2710 32 bit SoC devices. | ||
endef |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters