diff options
author | Peng Fan <Peng.Fan@freescale.com> | 2015-07-01 12:51:41 +0800 |
---|---|---|
committer | Ye Li <ye.li@nxp.com> | 2017-04-05 14:04:31 +0800 |
commit | 69a7c6f0877f4a984209f1be3e14ed5fe56928ad (patch) | |
tree | 62dc6923b6f154fb5b90afd00af3f8c729d44cf5 /common/init/board_init.c | |
parent | 9c73b03d015c64346eacd9108e9958613b55a7ec (diff) | |
download | u-boot-imx-69a7c6f0877f4a984209f1be3e14ed5fe56928ad.zip u-boot-imx-69a7c6f0877f4a984209f1be3e14ed5fe56928ad.tar.gz u-boot-imx-69a7c6f0877f4a984209f1be3e14ed5fe56928ad.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>
(cherry picked from commit acfeb43685efb04423ce064c67228d15fa6d3da5)
Diffstat (limited to 'common/init/board_init.c')
0 files changed, 0 insertions, 0 deletions