uboot/drivers
Stefan Roese 22bb1a7a1b video: bmp: Fix compilation errors with CONFIG_BMP_xxBPP enabled
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>
2016-11-13 15:54:38 -05:00
..
adc
bios_emulator
block
bootcount
clk rockchip: rk3288: Move rockchip_get_cru() out of the driver 2016-10-30 13:29:06 -06:00
core Fix codying style broken by recent libfdt sync 2016-10-24 08:04:42 -04:00
cpu cpu: Add get_vendor callback 2016-10-19 09:01:51 +02:00
crypto
ddr ddr: altera: Configuring SDRAM extra cycles timing parameters 2016-10-27 08:03:07 +02:00
demo
dfu dfu: align array in dfu_get_dev_type with enum dfu_device_type 2016-11-03 11:55:25 +01:00
dma
fpga
gpio gpio: atmel_pio4: Remove unnecessary clock calling 2016-10-28 18:37:14 +02:00
hwmon
i2c sunxi: Rename CONFIG_SUNXI to CONFIG_ARCH_SUNXI 2016-10-30 11:38:04 +01:00
input
led
mailbox libfdt: Bring in upstream stringlist functions 2016-10-13 13:54:10 -06:00
memory
misc Merge git://git.denx.de/u-boot-dm 2016-10-12 20:48:43 -04:00
mmc Merge branch 'master' of git://git.denx.de/u-boot-atmel 2016-10-28 14:14:18 -04:00
mtd mtd: nand: Kconfig: Add NAND_MXS entry 2016-10-26 16:53:16 +02:00
net net: mvgbe: Fix build error with CONFIG_PHYLIB 2016-11-07 11:28:16 -06:00
pch
pci pci: Move CONFIG_PCI_PNP to Kconfig 2016-10-28 07:13:52 -04:00
pcmcia
phy/marvell libfdt: Sync fdt_for_each_subnode() with upstream 2016-10-13 14:10:32 -06:00
pinctrl Fix codying style broken by recent libfdt sync 2016-10-24 08:04:42 -04:00
power power: twl6030: fix code refactoring 2016-10-24 08:04:38 -04:00
pwm
qe
ram
remoteproc
reset libfdt: Bring in upstream stringlist functions 2016-10-13 13:54:10 -06:00
rtc
serial Merge branch 'master' of git://git.denx.de/u-boot-atmel 2016-10-28 14:14:18 -04:00
soc
sound
spi spi: ti_qspi: Fix baudrate divider calculation 2016-11-13 15:54:37 -05:00
spmi
sysreset
thermal thermal: Kconfig: Add IMX_THERMAL entry 2016-10-26 16:53:16 +02:00
timer
tpm
twserial
usb Fix spelling of "resetting". 2016-10-31 10:13:17 -04:00
video video: bmp: Fix compilation errors with CONFIG_BMP_xxBPP enabled 2016-11-13 15:54:38 -05:00
watchdog
Kconfig
Makefile