]> 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)
commit72d9ea3b82c13774ea7a7142b6686c3ee501196f
treeb0428c15c247a31ac53fc2cfc03a8c28dccf7eb4
parent42492150f46dfd5c67c7143353fb19326a9b8cb3
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]