summaryrefslogtreecommitdiff
path: root/board/freescale/mx53_smd
diff options
context:
space:
mode:
authorLiu Ying <Ying.Liu@freescale.com>2011-01-17 13:58:44 +0800
committerLiu Ying <Ying.Liu@freescale.com>2011-01-17 13:58:44 +0800
commit81915375667b6aa19f3ac1e93661007fde4b089a (patch)
treee9e41c4acb1e3247b2f6f04ed43df05c5af40ac3 /board/freescale/mx53_smd
parent4f9c691a594708717d52bb72b8026528e674deec (diff)
downloadu-boot-imx-81915375667b6aa19f3ac1e93661007fde4b089a.zip
u-boot-imx-81915375667b6aa19f3ac1e93661007fde4b089a.tar.gz
u-boot-imx-81915375667b6aa19f3ac1e93661007fde4b089a.tar.bz2
ENGR00138040-3 Protect splashimage related stuffs by config
This patch protects splashimge related stuffs by config option for mx51 bbg, mx53 ard and mx53 smd. Signed-off-by: Liu Ying <Ying.Liu@freescale.com>
Diffstat (limited to 'board/freescale/mx53_smd')
-rw-r--r--board/freescale/mx53_smd/mx53_smd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/freescale/mx53_smd/mx53_smd.c b/board/freescale/mx53_smd/mx53_smd.c
index 1b44b3c..2675046 100644
--- a/board/freescale/mx53_smd/mx53_smd.c
+++ b/board/freescale/mx53_smd/mx53_smd.c
@@ -96,7 +96,6 @@ struct pwm_device pwm1 = {
};
static int di = 1;
-#endif
extern int ipuv3_fb_init(struct fb_videomode *mode, int di,
int interface_pix_fmt,
@@ -111,6 +110,7 @@ static struct fb_videomode lvds_xga = {
};
vidinfo_t panel_info;
+#endif
static inline void setup_boot_device(void)
{