[U-Boot-Users] [PATCH] Add support for building all boards with a TSEC

Andy Fleming afleming at freescale.com
Thu Aug 16 03:03:13 CEST 2007


Changes to the TSEC driver affect almost all 83xx, 85xx, and 86xx boards.
Now we can do a MAKEALL test on all of them!

Signed-off-by: Andy Fleming <afleming at freescale.com>
---
 MAKEALL |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/MAKEALL b/MAKEALL
index 7fb10b3..8545af9 100755
--- a/MAKEALL
+++ b/MAKEALL
@@ -354,6 +354,12 @@ LIST_74xx="		\
 	ZUMA		\
 "
 
+LIST_TSEC="		\
+	${LIST_85xx}	\
+	${LIST_86xx}	\
+	${LIST_83xx}	\
+"
+	
 LIST_7xx="		\
 	BAB7xx		\
 	CPCI750		\
@@ -668,7 +674,7 @@ do
 	mips|mips_el| \
 	nios|nios2| \
 	ppc|5xx|5xxx|512x|8xx|8220|824x|8260|83xx|85xx|86xx|4xx|7xx|74xx| \
-	x86|I486)
+	x86|I486|TSEC)
 			for target in `eval echo '$LIST_'${arg}`
 			do
 				build_target ${target}
-- 
1.5.0.2.230.gfbe3d-dirty





More information about the U-Boot mailing list