aboutsummaryrefslogtreecommitdiff
path: root/include/configs/pm9261.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2022-10-18 06:55:49 -0600
committerAnatolij Gustschin <agust@denx.de>2022-10-30 20:07:17 +0100
commit9876b5e0ef305d17d77a1ee9c0d6be6fdda22d79 (patch)
tree15ec8be87f23ba02692207915e2b4f8d6f338a74 /include/configs/pm9261.h
parent2429068a399059d655f431788059843aaf0d6714 (diff)
downloadu-boot-9876b5e0ef305d17d77a1ee9c0d6be6fdda22d79.zip
u-boot-9876b5e0ef305d17d77a1ee9c0d6be6fdda22d79.tar.gz
u-boot-9876b5e0ef305d17d77a1ee9c0d6be6fdda22d79.tar.bz2
video: Drop LCD_BPP
This is used by the old LCD implementation which is to be removed. Drop it and LCD_OUTPUT_BPP also. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/pm9261.h')
-rw-r--r--include/configs/pm9261.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/configs/pm9261.h b/include/configs/pm9261.h
index 797e44f..7f9442a 100644
--- a/include/configs/pm9261.h
+++ b/include/configs/pm9261.h
@@ -124,13 +124,6 @@
AT91_WDT_MR_WDDIS | \
AT91_WDT_MR_WDD(0xfff))
-/*
- * Hardware drivers
- */
-
-/* LCD */
-#define LCD_BPP LCD_COLOR8
-
/* SDRAM */
#define PHYS_SDRAM 0x20000000
#define PHYS_SDRAM_SIZE 0x04000000 /* 64 megs */