diff options
author | Tom Rini <trini@konsulko.com> | 2022-06-10 22:59:31 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-06-28 17:03:32 -0400 |
commit | dc2d27ae72d4e380b658d8a0ee3c683fca141f75 (patch) | |
tree | 269c08df02a50c8a6a8d5dd32d23ade923c1471f /include/configs/s5pc210_universal.h | |
parent | 713a8cbb94896350b047c590d0246c1d1fe1400f (diff) | |
download | u-boot-dc2d27ae72d4e380b658d8a0ee3c683fca141f75.tar.gz |
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 <trini@konsulko.com>
Reviewed-by: Minkyu Kang <mk7.kang@samsung.com>
Diffstat (limited to 'include/configs/s5pc210_universal.h')
-rw-r--r-- | include/configs/s5pc210_universal.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/s5pc210_universal.h b/include/configs/s5pc210_universal.h index 8df7377a0f2..3b94b17ff78 100644 --- a/include/configs/s5pc210_universal.h +++ b/include/configs/s5pc210_universal.h @@ -11,8 +11,6 @@ #include <configs/exynos4-common.h> -#define CONFIG_TIZEN /* TIZEN lib */ - /* Keep L2 Cache Disabled */ /* Universal has 2 banks of DRAM */ |