Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
u-boot
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Florian Mayer
u-boot
Commits
602cac13
Commit
602cac13
authored
16 years ago
by
Jean-Christophe PLAGNIOL-VILLARD
Browse files
Options
Downloads
Patches
Plain Diff
MAKEALL: add at91 list
Signed-off-by:
Jean-Christophe PLAGNIOL-VILLARD
<
plagnioj@jcrosoft.com
>
parent
42fd5f87
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
MAKEALL
+19
-1
19 additions, 1 deletion
MAKEALL
with
19 additions
and
1 deletion
MAKEALL
+
19
−
1
View file @
602cac13
...
...
@@ -523,6 +523,24 @@ LIST_ARM11=" \
mx31ads
\
"
#########################################################################
## AT91 Systems
#########################################################################
LIST_at91
=
"
\
at91cap9adk
\
at91rm9200dk
\
at91sam9260ek
\
at91sam9261ek
\
at91sam9263ek
\
at91sam9rlek
\
cmc_pu2
\
csb637
\
kb9202
\
mp2usb
\
m501sk
\
"
#########################################################################
## Xscale Systems
#########################################################################
...
...
@@ -768,7 +786,7 @@ build_target() {
for
arg
in
$@
do
case
"
$arg
"
in
arm|SA|ARM7|ARM9|ARM10|ARM11|ixp|pxa
\
arm|SA|ARM7|ARM9|ARM10|ARM11|
at91|
ixp|pxa
\
|
avr32
\
|
blackfin
\
|
coldfire
\
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment