]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
lcd: splashscreen: fix bmp data offset calculation
authorLothar Waßmann <LW@KARO-electronics.de>
Tue, 18 Feb 2014 12:21:26 +0000 (13:21 +0100)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 18 Feb 2014 12:21:26 +0000 (13:21 +0100)
commit88ea3d20b82ea48542f795c09c8205de4bb57ea5
tree1e8420e45a9d0acff3b7c5c89714f74cd115752e
parentd8954a72388f08b06f05c065e512082324dc2245
lcd: splashscreen: fix bmp data offset calculation

The size of a BMP header differs with the BMP version.
Calculate the data offset using the actual header size.
common/lcd.c