summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorPeng Fan <Peng.Fan@freescale.com>2015-07-01 12:51:41 +0800
committerPeng Fan <Peng.Fan@freescale.com>2015-07-01 12:54:06 +0800
commita6fe3f84dbc5fa2ced362bbaa32bae1ac9934207 (patch)
tree68e50d60f3bce60605ef9f09b93c8f5540fc3ebf /arch
parentf75fba3a63f23ef980a98c4072f38d71fbd6fdba (diff)
downloadu-boot-imx-a6fe3f84dbc5fa2ced362bbaa32bae1ac9934207.zip
u-boot-imx-a6fe3f84dbc5fa2ced362bbaa32bae1ac9934207.tar.gz
u-boot-imx-a6fe3f84dbc5fa2ced362bbaa32bae1ac9934207.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 'arch')
0 files changed, 0 insertions, 0 deletions