summaryrefslogtreecommitdiff
path: root/common/cmd_mmc_spi.c
diff options
context:
space:
mode:
authorNikita Kiryanov <nikita@compulab.co.il>2015-02-03 13:32:25 +0200
committerAnatolij Gustschin <agust@denx.de>2015-02-10 13:27:58 +0100
commit0ee261f6d3f387a33687bff29342e9321e2f8194 (patch)
tree20eff4030906462a43383727e0d5171a90f921ee /common/cmd_mmc_spi.c
parenta02e9481396bbd831d9bd970515f277de516fa28 (diff)
downloadu-boot-imx-0ee261f6d3f387a33687bff29342e9321e2f8194.zip
u-boot-imx-0ee261f6d3f387a33687bff29342e9321e2f8194.tar.gz
u-boot-imx-0ee261f6d3f387a33687bff29342e9321e2f8194.tar.bz2
lcd: mpc823: move mpc823-specific lcd_logo_set_cmap code to mpc8xx_lcd.c
Reduce the bitmap_plot #ifdef complexity by extracting MPC823-specific code for setting cmap into its own implementation of lcd_logo_set_cmap(), implemented in mpc8xx_lcd.c. In the MPC823 implementation, ARRAY_SIZE(bmp_logo_palette) is switched for BMP_LOGO_COLORS to avoid having to include bmp_logo_data.h, which would cause a compilation error because the logo data and palette arrays would be defined twice. This is a step towards cleaning bitmap_plot() of platform-specific code. Signed-off-by: Nikita Kiryanov <nikita@compulab.co.il> Reviewed-by: Simon Glass <sjg@chromium.org> Tested-by: Bo Shen <voice.shen@atmel.com> Tested-by: Josh Wu <josh.wu@atmel.com> Cc: Simon Glass <sjg@chromium.org> Cc: Anatolij Gustschin <agust@denx.de>
Diffstat (limited to 'common/cmd_mmc_spi.c')
0 files changed, 0 insertions, 0 deletions