Skip to content
Snippets Groups Projects
Commit f8c3b4f3 authored by Zachary P. Landau's avatar Zachary P. Landau
Browse files

Add ColdFire targets to MAKEALL script

parent 3a108ed8
No related branches found
No related tags found
No related merge requests found
...@@ -2,6 +2,9 @@ ...@@ -2,6 +2,9 @@
Changes since U-Boot 1.1.4: Changes since U-Boot 1.1.4:
====================================================================== ======================================================================
* Add ColdFire targets to MAKEALL script
Patch by Zachary Landau, 26 Jan 2006
* Add support for r5200 board * Add support for r5200 board
Patch by Zachary Landau, 26 Jan 2006 Patch by Zachary Landau, 26 Jan 2006
......
...@@ -271,6 +271,12 @@ LIST_nios2="PCI5441 PK1C20" ...@@ -271,6 +271,12 @@ LIST_nios2="PCI5441 PK1C20"
LIST_microblaze="suzaku" LIST_microblaze="suzaku"
#########################################################################
## ColdFire Systems
#########################################################################
LIST_coldfire="cobra5272 M5272C3 M5282EVB TASREG r5200"
#----------------------------------------------------------------------- #-----------------------------------------------------------------------
#----- for now, just run PPC by default ----- #----- for now, just run PPC by default -----
...@@ -298,7 +304,8 @@ do ...@@ -298,7 +304,8 @@ do
microblaze| \ microblaze| \
mips|mips_el| \ mips|mips_el| \
nios|nios2| \ nios|nios2| \
x86|I486) x86|I486| \
coldfire)
for target in `eval echo '$LIST_'${arg}` for target in `eval echo '$LIST_'${arg}`
do do
build_target ${target} build_target ${target}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment