diff options
author | Paul Burton <paul.burton@imgtec.com> | 2016-08-26 15:17:44 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2016-10-05 01:31:20 +0200 |
commit | a1ec6003f21547199f57ab529d0eff742917d637 (patch) | |
tree | d6736ee342e0da8e02e7fedaa374f4dc1fcbae6c /arch/mips/mti-sead3/Makefile | |
parent | 70bfdcec9ad9bcd3217f85fd422012777d86e168 (diff) | |
download | blackbird-obmc-linux-a1ec6003f21547199f57ab529d0eff742917d637.tar.gz blackbird-obmc-linux-a1ec6003f21547199f57ab529d0eff742917d637.zip |
MIPS: SEAD3: Use generic restart-poweroff driver
Remove the custom platform code to restart when instructed to power off,
instead relying upon the generic restart-poweroff driver probed via DT
to do the same thing.
Remove also the halt implementation, which is incorrect. The generic
MIPS version will hang the system as halt should.
Signed-off-by: Paul Burton <paul.burton@imgtec.com>
Cc: Jacek Anaszewski <j.anaszewski@samsung.com>
Cc: Rob Herring <robh+dt@kernel.org>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: linux-mips@linux-mips.org
Cc: devicetree@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/14057/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/mti-sead3/Makefile')
-rw-r--r-- | arch/mips/mti-sead3/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/mti-sead3/Makefile b/arch/mips/mti-sead3/Makefile index 04ea002f9df2..ad722c857c61 100644 --- a/arch/mips/mti-sead3/Makefile +++ b/arch/mips/mti-sead3/Makefile @@ -13,6 +13,5 @@ obj-y += sead3-display.o obj-y += sead3-dtshim.o obj-y += sead3-init.o obj-y += sead3-int.o -obj-y += sead3-reset.o obj-y += sead3-setup.o obj-y += sead3-time.o |