]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit5e22562fc4f9050b86869868779b83c729ab579a
treeb0428c15c247a31ac53fc2cfc03a8c28dccf7eb4
parent061da2f5415cf39939dc5d1d394fe43274f0485f
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]