[U-Boot] [PATCH 9/9] SPEAr600 build support added

Vipin KUMAR vipin.kumar at st.com
Wed Dec 16 10:18:30 CET 2009


Signed-off-by: Vipin <vipin.kumar at st.com>
---
 MAKEALL  |    1 +
 Makefile |    3 +++
 2 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/MAKEALL b/MAKEALL
index 0672ba0..a76ab8f 100755
--- a/MAKEALL
+++ b/MAKEALL
@@ -575,6 +575,7 @@ LIST_ARM9="			\
 	spear300		\
 	spear310		\
 	spear320		\
+	spear600		\
 	trab			\
 	VCMA9			\
 	versatile		\
diff --git a/Makefile b/Makefile
index 1f60204..cfff455 100644
--- a/Makefile
+++ b/Makefile
@@ -3065,6 +3065,9 @@ spear310_config :	unconfig
 spear320_config :	unconfig
 	@$(MKCONFIG) $(@:_config=) arm arm926ejs spear320 spear spear
 
+spear600_config :	unconfig
+	@$(MKCONFIG) $(@:_config=) arm arm926ejs spear600 spear spear
+
 SX1_stdout_serial_config \
 SX1_config:		unconfig
 	@mkdir -p $(obj)include
-- 
1.6.0.2



More information about the U-Boot mailing list