[U-Boot-Users] [PATCH] Add LIST_86xx MAKEALL target for PowerPC builds.

Jon Loeliger jdl at freescale.com
Wed May 23 21:09:46 CEST 2007


Signed-off-by: Jon Loeliger <jdl at freescale.com>
---

Wolfgang,

If you don't want to pick this up directly, I can
place it in the -mpc86xx tree for a later pull.

Thanks,
jdl



 MAKEALL |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)

diff --git a/MAKEALL b/MAKEALL
index 0f0ec29..a39fdeb 100755
--- a/MAKEALL
+++ b/MAKEALL
@@ -149,6 +149,14 @@ LIST_85xx="	\
 "
 
 #########################################################################
+## MPC86xx Systems
+#########################################################################
+
+LIST_86xx="	\
+    MPC8641HPCN	\
+"
+
+#########################################################################
 ## 74xx/7xx Systems
 #########################################################################
 
@@ -168,6 +176,7 @@ LIST_ppc="${LIST_5xx}  ${LIST_5xxx}		\
 	  ${LIST_8220} ${LIST_824x} ${LIST_8260} \
 	  ${LIST_83xx}				\
 	  ${LIST_85xx}				\
+	  ${LIST_86xx}				\
 	  ${LIST_4xx}				\
 	  ${LIST_74xx} ${LIST_7xx}"
 
@@ -354,7 +363,7 @@ do
 	microblaze| \
 	mips|mips_el| \
 	nios|nios2| \
-	ppc|5xx|5xxx|8xx|8220|824x|8260|83xx|85xx|4xx|7xx|74xx| \
+	ppc|5xx|5xxx|8xx|8220|824x|8260|83xx|85xx|86xx|4xx|7xx|74xx| \
 	x86|I486)
 			for target in `eval echo '$LIST_'${arg}`
 			do
-- 
1.5.0.3







More information about the U-Boot mailing list