]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
lcd: rename bitmap_plot to better represent its functionality
authorNikita Kiryanov <nikita@compulab.co.il>
Tue, 3 Feb 2015 11:32:30 +0000 (13:32 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 1 Sep 2015 11:48:08 +0000 (13:48 +0200)
commit174b45ba96d2ceda07fe38b358e0e687f92ca855
tree1871a8ad6c349a38393648590bd9420dda67f99e
parent81c5e4089ef77b8e71e2c3c2cc38a81b148e2072
lcd: rename bitmap_plot to better represent its functionality

The name "bitmap_plot" is misleading because it implies that this is a generic
function capable of dealing with any bitmap, but its implementation only works
with the logo data.

Rename the function to better reflect this.

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>
common/lcd.c