mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 13:11:31 +00:00
MAKEALL: Add spear platform target to compile all SPEAr boards
Signed-off-by: Stefan Roese <sr@denx.de>
This commit is contained in:
parent
1cc619be8b
commit
24dede480c
1 changed files with 6 additions and 0 deletions
6
MAKEALL
6
MAKEALL
|
@ -380,6 +380,12 @@ LIST_pxa="$(boards_by_cpu pxa)"
|
|||
|
||||
LIST_ixp="$(boards_by_cpu ixp)"
|
||||
|
||||
#########################################################################
|
||||
## SPEAr Systems
|
||||
#########################################################################
|
||||
|
||||
LIST_spear="$(boards_by_soc spear)"
|
||||
|
||||
#########################################################################
|
||||
## ARM groups
|
||||
#########################################################################
|
||||
|
|
Loading…
Add table
Reference in a new issue