]> git.sur5r.net Git - u-boot/commitdiff
SPEAr : Supporting new mach ids for spear310 and spear320
authorVipin Kumar <vipin.kumar@st.com>
Tue, 2 Mar 2010 05:16:52 +0000 (10:46 +0530)
committerTom Rix <Tom.Rix@windriver.com>
Sun, 7 Mar 2010 18:36:36 +0000 (12:36 -0600)
Supporting new machine ids for SoCs spear310 and spear320

include/asm-arm/mach-types.h has to be updated before applying
this patch for build to work

Signed-off-by: Vipin Kumar <vipin.kumar@st.com>
board/spear/spear310/spear310.c
board/spear/spear320/spear320.c

index 756aa5639754feb2fe3e617a63e37ab5dc7c27f5..03dfe16175e274bf0318d9d1f808c342499c5285 100755 (executable)
@@ -32,7 +32,7 @@
 
 int board_init(void)
 {
-       return spear_board_init(MACH_TYPE_SPEAR300);
+       return spear_board_init(MACH_TYPE_SPEAR310);
 }
 
 /*
index 756aa5639754feb2fe3e617a63e37ab5dc7c27f5..2ba2dbb5666388b42903c88e0a65da04338dbec9 100755 (executable)
@@ -32,7 +32,7 @@
 
 int board_init(void)
 {
-       return spear_board_init(MACH_TYPE_SPEAR300);
+       return spear_board_init(MACH_TYPE_SPEAR320);
 }
 
 /*