diff options
author | Peng Fan <Peng.Fan@freescale.com> | 2015-07-01 12:51:41 +0800 |
---|---|---|
committer | Ye Li <ye.li@nxp.com> | 2016-03-25 13:37:18 +0800 |
commit | acfeb43685efb04423ce064c67228d15fa6d3da5 (patch) | |
tree | 5d94069f0a5e6ececdb5ebef406aff26c63ff4a5 /drivers/video/cfb_console.c | |
parent | 64ca304861bbaa2f5b687e70cb73eed04c0a03b2 (diff) | |
download | u-boot-imx-acfeb43685efb04423ce064c67228d15fa6d3da5.zip u-boot-imx-acfeb43685efb04423ce064c67228d15fa6d3da5.tar.gz u-boot-imx-acfeb43685efb04423ce064c67228d15fa6d3da5.tar.bz2 |
MLK-11211 lcd: fix build warning
Fix build warning:
common/lcd.c: In function 'lcd_clear':
common/lcd.c:166:6: warning: variable 'bg_color' set but not used [-Wunused-but-set-variable]
int bg_color;
^
common/lcd.c: In function 'lcd_setmem':
common/lcd.c:296:2: warning: format '%d' expects argument of type 'int', but argument 2 has type 'u_long' [-Wformat=]
debug("LCD panel info: %d x %d, %d bit/pix\n", panel_info.vl_col,
^
common/lcd.c:296:2: warning: format '%d' expects argument of type 'int', but argument 3 has type 'u_long' [-Wformat=]
Signed-off-by: Peng Fan <Peng.Fan@freescale.com>
Diffstat (limited to 'drivers/video/cfb_console.c')
0 files changed, 0 insertions, 0 deletions