1
0
Fork 0

SPEAr : Supporting new mach ids for spear310 and spear320

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>
utp
Vipin Kumar 2010-03-02 10:46:52 +05:30 committed by Tom Rix
parent cc0b53c8d5
commit 9d69e33d8d
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@
int board_init(void)
{
return spear_board_init(MACH_TYPE_SPEAR300);
return spear_board_init(MACH_TYPE_SPEAR310);
}
/*

View File

@ -32,7 +32,7 @@
int board_init(void)
{
return spear_board_init(MACH_TYPE_SPEAR300);
return spear_board_init(MACH_TYPE_SPEAR320);
}
/*