From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Mon, 15 May 2017 20:59:18 +0200 Subject: [U-Boot] [PATCH v3 5/8] video: bmp: rename CONFIG_BMP_24BMP to CONFIG_BMP_24BPP In-Reply-To: <1494013716-25091-6-git-send-email-philipp.tomsich@theobroma-systems.com> References: <1494013716-25091-1-git-send-email-philipp.tomsich@theobroma-systems.com> <1494013716-25091-6-git-send-email-philipp.tomsich@theobroma-systems.com> Message-ID: <20170515205918.5fda55ac@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Fri, 5 May 2017 21:48:30 +0200 Philipp Tomsich philipp.tomsich at theobroma-systems.com wrote: > 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 > Reviewed-by: Simon Glass > Reviewed-by: Hannes Schmelzer > --- > > Changes in v3: None > Changes in v2: > - rebase to master after CMD_BMP was migrated to Kconfig > - don't device CONFIG_BMP_24BPP twice in config_whitelist (apparently > there had been both the _24BPP and the _24BMP whitelisted before and > I didn't even spot it ... thanks go to Simon for catching this) > > common/lcd.c | 4 ++-- > drivers/video/video_bmp.c | 4 ++-- > include/configs/brxre1.h | 2 +- > scripts/config_whitelist.txt | 1 - > 4 files changed, 5 insertions(+), 6 deletions(-) applied to u-boot-video/master, thanks! -- Anatolij