MIPS: IncaIP: Move all IncaIP specific code to separate subdirectory
authorDaniel Schwierzeck <daniel.schwierzeck@googlemail.com>
Mon, 28 Mar 2011 16:33:57 +0000 (18:33 +0200)
committerShinya Kuribayashi <skuribay@pobox.com>
Sat, 2 Apr 2011 13:07:12 +0000 (22:07 +0900)
commit6235df946ed391dc2ca5e5a9e8f05c02d7c2d3be
tree9c521c128ebce95867f97bd4d0e97bd3f5aa9f8c
parent04efda7afca03692dd7335d1205211c302d502a4
MIPS: IncaIP: Move all IncaIP specific code to separate subdirectory

IncaIP is a SoC and its specific code should reside in an own
SoC subdirectory. Also add -mtune=4kc flag for CPU optimization.

Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@googlemail.com>
Cc: Wolfgang Denk <wd@denx.de>
Signed-off-by: Shinya Kuribayashi <skuribay@pobox.com>
12 files changed:
arch/mips/cpu/mips32/Makefile
arch/mips/cpu/mips32/asc_serial.c [deleted file]
arch/mips/cpu/mips32/asc_serial.h [deleted file]
arch/mips/cpu/mips32/incaip/Makefile [new file with mode: 0644]
arch/mips/cpu/mips32/incaip/asc_serial.c [new file with mode: 0644]
arch/mips/cpu/mips32/incaip/asc_serial.h [new file with mode: 0644]
arch/mips/cpu/mips32/incaip/config.mk [new file with mode: 0644]
arch/mips/cpu/mips32/incaip/incaip_clock.c [new file with mode: 0644]
arch/mips/cpu/mips32/incaip/incaip_wdt.S [new file with mode: 0644]
arch/mips/cpu/mips32/incaip_clock.c [deleted file]
arch/mips/cpu/mips32/incaip_wdt.S [deleted file]
boards.cfg