OSDN Git Service

MIPS: ingenic: Drop obsolete code, merge the rest in setup.c
authorPaul Cercueil <paul@crapouillou.net>
Mon, 13 Apr 2020 15:26:33 +0000 (17:26 +0200)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Wed, 29 Apr 2020 21:00:07 +0000 (23:00 +0200)
commitf932449c11dabb4b0588e30f35c084b910483ca5
treeb0428c15c247a31ac53fc2cfc03a8c28dccf7eb4
parent8827af9427dea9432d5b9c5366c7312e7f647484
MIPS: ingenic: Drop obsolete code, merge the rest in setup.c

Drop a bootload of 10-years-old dirty code, that is not used anymore, as
it has been replaced with clean code over the ages.

Merge the very few bits left inside setup.c, so that everything is clean
and tidy now.

Signed-off-by: Paul Cercueil <paul@crapouillou.net>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
12 files changed:
arch/mips/include/asm/mach-jz4740/base.h [deleted file]
arch/mips/include/asm/mach-jz4740/dma.h [deleted file]
arch/mips/include/asm/mach-jz4740/irq.h
arch/mips/include/asm/mach-jz4740/timer.h [deleted file]
arch/mips/jz4740/Makefile
arch/mips/jz4740/pm.c [deleted file]
arch/mips/jz4740/prom.c [deleted file]
arch/mips/jz4740/reset.c [deleted file]
arch/mips/jz4740/reset.h [deleted file]
arch/mips/jz4740/setup.c
arch/mips/jz4740/time.c [deleted file]
arch/mips/jz4740/timer.c [deleted file]