summaryrefslogtreecommitdiff
path: root/include/configs/brxre1.h
diff options
context:
space:
mode:
authorPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>2017-05-05 21:48:30 +0200
committerAnatolij Gustschin <agust@denx.de>2017-05-15 20:55:13 +0200
commit10ba6b333955b7be491f9dd8c1241309dfcb5c8b (patch)
tree0e7b524f391859ad53fb3a8741e449cd369a3743 /include/configs/brxre1.h
parent8517f64fe67f851eb128cc594666fb2615cde08d (diff)
video: bmp: rename CONFIG_BMP_24BMP to CONFIG_BMP_24BPP
Due to a typo, the 24 bit-per-pixel configuration ends in 24BMP instead of 24BPP. This change renames it throughout the source tree for consistency and to make moving these options into Kconfig easier and less error-prone. Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Hannes Schmelzer <hannes.schmelzer@br-automation.com>
Diffstat (limited to 'include/configs/brxre1.h')
-rw-r--r--include/configs/brxre1.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/brxre1.h b/include/configs/brxre1.h
index 49f223a32a..99846890e0 100644
--- a/include/configs/brxre1.h
+++ b/include/configs/brxre1.h
@@ -21,7 +21,7 @@
#define CONFIG_VIDEO_BMP_GZIP
#define CONFIG_SYS_VIDEO_LOGO_MAX_SIZE (1366*767*4)
-#define CONFIG_BMP_24BMP
+#define CONFIG_BMP_24BPP
#define CONFIG_BMP_32BPP
/* memory */