Skip to content

Commit

Permalink
MIPS: SEAD3: Drop use of cobalt fbdev driver
Browse files Browse the repository at this point in the history
The 2 line * 16 character LCD display on the SEAD3 board has no real use
as a framebuffer device. It's far too small to produce any meaningful
output if used as the kernel console, SEAD3 is a development board that
will essentially always have a far more useful UART connection & the
code in sead3-display.c will overwrite whatever's on the display every
second anyway. Remove this unused code.

Signed-off-by: Paul Burton <paul.burton@imgtec.com>
Cc: Jacek Anaszewski <j.anaszewski@samsung.com>
Cc: linux-mips@linux-mips.org
Cc: linux-kernel@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/14059/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Paul Burton authored and Ralf Baechle committed Oct 6, 2016
1 parent fd4d740 commit ec5218a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 45 deletions.
3 changes: 1 addition & 2 deletions arch/mips/mti-sead3/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
# Copyright (C) 2012 MIPS Technoligies, Inc. All rights reserved.
# Steven J. Hill <sjhill@mips.com>
#
obj-y := sead3-lcd.o
obj-y += sead3-display.o
obj-y := sead3-display.o
obj-y += sead3-dtshim.o
obj-y += sead3-init.o
obj-y += sead3-int.o
Expand Down
43 changes: 0 additions & 43 deletions arch/mips/mti-sead3/sead3-lcd.c

This file was deleted.

0 comments on commit ec5218a

Please sign in to comment.