From 9d69e33d8d0f112fe3a089101d023e87431684d1 Mon Sep 17 00:00:00 2001 From: Vipin Kumar Date: Tue, 2 Mar 2010 10:46:52 +0530 Subject: 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 --- board/spear/spear310/spear310.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'board/spear/spear310') diff --git a/board/spear/spear310/spear310.c b/board/spear/spear310/spear310.c index 756aa56..03dfe16 100755 --- a/board/spear/spear310/spear310.c +++ b/board/spear/spear310/spear310.c @@ -32,7 +32,7 @@ int board_init(void) { - return spear_board_init(MACH_TYPE_SPEAR300); + return spear_board_init(MACH_TYPE_SPEAR310); } /* -- cgit v1.1