public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Zachary P. Landau <zachary.landau@labxtechnologies.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] Add ColdFire targets to MAKEALL script
Date: Thu, 26 Jan 2006 19:16:30 -0500	[thread overview]
Message-ID: <20060127001630.GA26200@localhost> (raw)

This change can also be pulled from
http://labxtechnologies.com/u-boot.git.

CHANGELOG
* Add ColdFire targets to MAKEALL script
  Patch by Zachary Landau, 26 Jan 2006

Signed-off-by: Zachary P. Landau <zachary.landau@labxtechnologies.com>


---

 CHANGELOG |    3 +++
 MAKEALL   |    9 ++++++++-
 2 files changed, 11 insertions(+), 1 deletions(-)

f8c3b4f310a36e19d00d0f87fb37587abb65621d
diff --git a/CHANGELOG b/CHANGELOG
index fb6278a..6379cc4 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,6 +2,9 @@
 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
   Patch by Zachary Landau, 26 Jan 2006
 
diff --git a/MAKEALL b/MAKEALL
index fcbab47..dce3611 100755
--- a/MAKEALL
+++ b/MAKEALL
@@ -271,6 +271,12 @@ LIST_nios2="PCI5441 PK1C20"
 
 LIST_microblaze="suzaku"
 
+#########################################################################
+## ColdFire Systems
+#########################################################################
+
+LIST_coldfire="cobra5272 M5272C3 M5282EVB TASREG r5200"
+
 #-----------------------------------------------------------------------
 
 #----- for now, just run PPC by default -----
@@ -298,7 +304,8 @@ do
 	microblaze| \
 	mips|mips_el| \
 	nios|nios2| \
-	x86|I486)
+	x86|I486| \
+	coldfire)
 			for target in `eval echo '$LIST_'${arg}`
 			do
 				build_target ${target}
-- 
1.1.3

-- 
Zachary P. Landau <zachary.landau@labxtechnologies.com>

                 reply	other threads:[~2006-01-27  0:16 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20060127001630.GA26200@localhost \
    --to=zachary.landau@labxtechnologies.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox