]> git.ipfire.org Git - people/ms/u-boot.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)
committerAnatolij Gustschin <agust@denx.de>
Tue, 10 Feb 2015 12:30:49 +0000 (13:30 +0100)
commitbf21a5deb9614898b1f9f12292950ee55f72bedf
treed70e8d41db462ab567d96832918a1e3bfe0cb44f
parentc8d2febcc7e328d1c4bb11131ecd0b9cbab2f4fb
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