diff options
author | Philipp Tomsich <philipp.tomsich@theobroma-systems.com> | 2017-05-05 21:48:30 +0200 |
---|---|---|
committer | Anatolij Gustschin <agust@denx.de> | 2017-05-15 20:55:13 +0200 |
commit | 10ba6b333955b7be491f9dd8c1241309dfcb5c8b (patch) | |
tree | 0e7b524f391859ad53fb3a8741e449cd369a3743 /scripts | |
parent | 8517f64fe67f851eb128cc594666fb2615cde08d (diff) | |
download | u-boot-10ba6b333955b7be491f9dd8c1241309dfcb5c8b.tar.gz |
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 'scripts')
-rw-r--r-- | scripts/config_whitelist.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt index 7646bb6842..f3d9f12304 100644 --- a/scripts/config_whitelist.txt +++ b/scripts/config_whitelist.txt @@ -236,7 +236,6 @@ CONFIG_BL1_SIZE CONFIG_BL2_OFFSET CONFIG_BL2_SIZE CONFIG_BMP_16BPP -CONFIG_BMP_24BMP CONFIG_BMP_24BPP CONFIG_BMP_32BPP CONFIG_BOARDDIR |