mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
Compiling the 'bmp' command with DM and having one of the following macros
enabled:
CONFIG_BMP_16BPP, CONFIG_BMP_24BPP ONFIG_BMP_32BPP
generates this error:
drivers/video/video_bmp.c: In function ‘video_bmp_display’:
drivers/video/video_bmp.c:315:22: error: ‘lcd_line_length’ undeclared (first use in this function)
fb -= width * 2 + lcd_line_length;
^
This patch moves to using the correct variable instead and enables the
'bmp' command for DM again.
Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Simon Glass <sjg@chromium.org>
Cc: Anatolij Gustschin <agust@denx.de>
|
||
|---|---|---|
| .. | ||
| bridge | ||
| exynos | ||
| fonts | ||
| rockchip | ||
| tegra124 | ||
| am335x-fb.c | ||
| am335x-fb.h | ||
| anx9804.c | ||
| anx9804.h | ||
| ati_ids.h | ||
| ati_radeon_fb.c | ||
| ati_radeon_fb.h | ||
| atmel_hlcdfb.c | ||
| atmel_lcdfb.c | ||
| backlight-uclass.c | ||
| bcm2835.c | ||
| broadwell_igd.c | ||
| bus_vcxk.c | ||
| cfb_console.c | ||
| console_normal.c | ||
| console_rotate.c | ||
| console_truetype.c | ||
| coreboot.c | ||
| ct69000.c | ||
| da8xx-fb.c | ||
| da8xx-fb.h | ||
| display-uclass.c | ||
| formike.c | ||
| fsl_dcu_fb.c | ||
| fsl_diu_fb.c | ||
| hitachi_tx18d42vm_lcd.c | ||
| hitachi_tx18d42vm_lcd.h | ||
| i915_reg.h | ||
| ipu.h | ||
| ipu_common.c | ||
| ipu_disp.c | ||
| ipu_regs.h | ||
| ivybridge_igd.c | ||
| Kconfig | ||
| l5f31188.c | ||
| ld9040.c | ||
| lg4573.c | ||
| Makefile | ||
| mb862xx.c | ||
| mpc8xx_lcd.c | ||
| mvebu_lcd.c | ||
| mx3fb.c | ||
| mxc_ipuv3_fb.c | ||
| mxcfb.h | ||
| mxsfb.c | ||
| omap3_dss.c | ||
| panel-uclass.c | ||
| pwm_backlight.c | ||
| pxa_lcd.c | ||
| s6e8ax0.c | ||
| s6e63d6.c | ||
| sandbox_sdl.c | ||
| scf0403_lcd.c | ||
| sed156x.c | ||
| simple_panel.c | ||
| sm501.c | ||
| ssd2828.c | ||
| ssd2828.h | ||
| stb_truetype.h | ||
| sunxi_display.c | ||
| tegra.c | ||
| vesa.c | ||
| vidconsole-uclass.c | ||
| video-uclass.c | ||
| video_bmp.c | ||
| videomodes.c | ||
| videomodes.h | ||