add preliminary Marvell Orion support

SVN-Revision: 11352
This commit is contained in:
Imre Kaloz
2008-06-04 13:51:17 +00:00
parent 0244e57bb9
commit 7bb65fb9d7
24 changed files with 4441 additions and 1 deletions

View File

@@ -56,6 +56,9 @@ endif
ifeq ($(BOARD),iop32x)
HAL_TARGET:=xscale-le-elf
endif
ifeq ($(BOARD),orion)
HAL_TARGET:=xscale-le-elf
endif
ifeq ($(ARCH),powerpc)
HAL_TARGET:=powerpc-be-elf
endif