uboot/drivers/video
Ajay Kumar e4660e0b73 video: exynos_fb: Make a call to draw_logo only when CONFIG_CMD_BMP is selected
Previously, the call to draw_logo() was happening irrespective
of whether we have selected logo or LCD console.
With this patch we call draw_logo() only when CONFIG_CMD_BMP is selected.

This would even fix the following compilation warning:
exynos_fb.c: In function 'draw_logo':
exynos_fb.c:74:8: warning: variable 'addr' set but not used
[-Wunused-but-set-variable]
exynos_fb.c:73:9: warning: variable 'y' set but not used
[-Wunused-but-set-variable]
exynos_fb.c:73:6: warning: variable 'x' set but not used
[-Wunused-but-set-variable]

Signed-off-by: Ajay Kumar <ajaykumar.rs@samsung.com>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
2013-01-14 19:17:28 +09:00
..
Makefile Merge branch 'master' of git://git.denx.de/u-boot into resolve 2012-12-10 14:13:27 +09:00
amba.c
ati_ids.h
ati_radeon_fb.c
ati_radeon_fb.h
atmel_hlcdfb.c video: atmel: implement lcd_setcolreg function 2012-11-10 14:04:08 +01:00
atmel_lcdfb.c
bus_vcxk.c Video: fix compiler warnings in bus_vcxk 2012-11-14 12:27:49 +01:00
cfb_console.c video: Check for valid FB pointer before clearing 2012-12-06 14:30:44 -08:00
coreboot_fb.c x86: video: Add coreboot framebuffer support 2012-11-30 13:44:04 -08:00
ct69000.c
da8xx-fb.c
exynos_dp.c video: exynos_dp: Remove unused variable disp_info 2013-01-14 19:17:28 +09:00
exynos_dp_lowlevel.c
exynos_dp_lowlevel.h
exynos_fb.c video: exynos_fb: Make a call to draw_logo only when CONFIG_CMD_BMP is selected 2013-01-14 19:17:28 +09:00
exynos_fb.h
exynos_fimd.c video: Modify exynos_fimd driver to support LCD console 2013-01-10 10:19:47 +09:00
exynos_mipi_dsi.c
exynos_mipi_dsi_common.c
exynos_mipi_dsi_common.h
exynos_mipi_dsi_lowlevel.c
exynos_mipi_dsi_lowlevel.h
exynos_pwm_bl.c
fsl_diu_fb.c
ipu.h
ipu_common.c ipu common: reset ipuv3 correctly 2012-11-06 22:24:11 +01:00
ipu_disp.c
ipu_regs.h mx6: use CONFIG_MX6 instead of CONFIG_MX6Q 2012-11-10 08:15:40 +01:00
ld9040.c drivers: video: Add ld9040 video driver 2012-11-15 21:08:19 +09:00
mb86r0xgdc.c
mb862xx.c
mx3fb.c
mxc_ipuv3_fb.c
mxcfb.h
omap3_dss.c
s6e8ax0.c
s6e63d6.c
sed156x.c
sed13806.c
sm501.c
smiLynxEM.c
tegra.c tegra: Support control of cache settings for LCD 2012-11-19 08:15:39 -07:00
videomodes.c
videomodes.h