aboutsummaryrefslogtreecommitdiff
path: root/src/soc/samsung/exynos5250/fb.c
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2020-07-07 22:09:08 +0200
committerMichael Niewöhner <c0d3z3r0@review.coreboot.org>2020-07-09 21:28:25 +0000
commit5532d93990fbb1d780224d5a971412e19c18fb1b (patch)
treefa29ad21bf611c11ecf2c00ea3fc98f091759c34 /src/soc/samsung/exynos5250/fb.c
parent4a1938f186091ea69fb8dcf480477eb5259573da (diff)
soc/samsung/exynos5250: Drop dead code
This code is not even being build-tested. Drop it before it grows moss. Change-Id: I4772680875b20308e57da073bbcdc4597aeed893 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/43215 Reviewed-by: Julius Werner <jwerner@chromium.org> Reviewed-by: Michael Niewöhner Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/samsung/exynos5250/fb.c')
-rw-r--r--src/soc/samsung/exynos5250/fb.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/soc/samsung/exynos5250/fb.c b/src/soc/samsung/exynos5250/fb.c
index 0292d76f25..98a4c663ec 100644
--- a/src/soc/samsung/exynos5250/fb.c
+++ b/src/soc/samsung/exynos5250/fb.c
@@ -140,14 +140,6 @@ void fb_init(unsigned long int fb_size, void *lcdbase,
write32(&exynos_fimd->dpclkcon, 1 << 1);
}
-#ifdef UNUSED_CODE
-void exynos_fimd_disable(void)
-{
- write32(&exynos_fimd->wincon0, 0);
- clrbits32(&exynos_fimd->shadowcon, CHANNEL0_EN);
-}
-#endif
-
/*
* Configure DP in slave mode and wait for video stream.
*