diff options
| author | Tom Rini <[email protected]> | 2022-06-10 22:59:31 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-06-28 17:03:32 -0400 |
| commit | dc2d27ae72d4e380b658d8a0ee3c683fca141f75 (patch) | |
| tree | 269c08df02a50c8a6a8d5dd32d23ade923c1471f /lib/tizen/Makefile | |
| parent | 713a8cbb94896350b047c590d0246c1d1fe1400f (diff) | |
arm: samsung: Remove dead LCD code
Since bb5930d5c97f ("exynos: video: Convert several boards to driver
model for video") there have been no callers of any of the exynos_lcd_*
family of functions. Remove these from the boards, and then remove
unused logo and related code as well.
Signed-off-by: Tom Rini <[email protected]>
Reviewed-by: Minkyu Kang <[email protected]>
Diffstat (limited to 'lib/tizen/Makefile')
| -rw-r--r-- | lib/tizen/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/tizen/Makefile b/lib/tizen/Makefile deleted file mode 100644 index 3651ea21fbe..00000000000 --- a/lib/tizen/Makefile +++ /dev/null @@ -1,6 +0,0 @@ -# SPDX-License-Identifier: GPL-2.0+ -# -# (C) Copyright 2012 Samsung Electronics -# Donghwa Lee <[email protected]> - -obj-$(CONFIG_TIZEN) += tizen.o |
