diff options
author | Liu Ying <Ying.Liu@freescale.com> | 2011-01-25 11:53:26 +0800 |
---|---|---|
committer | Liu Ying <Ying.Liu@freescale.com> | 2011-01-25 13:29:33 +0800 |
commit | 512a222c1feba34dc51eeb35cda89a5a87a5c6a1 (patch) | |
tree | dc0dc456572fa65368f585326f82cbcbb0fabe3a /include/configs/mx53_ard.h | |
parent | e5f8360a5fa0d52548c205156a23dbf2a66969f7 (diff) | |
download | u-boot-imx-512a222c1feba34dc51eeb35cda89a5a87a5c6a1.zip u-boot-imx-512a222c1feba34dc51eeb35cda89a5a87a5c6a1.tar.gz u-boot-imx-512a222c1feba34dc51eeb35cda89a5a87a5c6a1.tar.bz2 |
ENGR00138468-2 Enable splashimage support for several platforms
This patch enables splashimage support for MX53 SMD/ARD and
MX51 BBG pdk platforms.
Signed-off-by: Liu Ying <Ying.Liu@freescale.com>
Diffstat (limited to 'include/configs/mx53_ard.h')
-rw-r--r-- | include/configs/mx53_ard.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/mx53_ard.h b/include/configs/mx53_ard.h index 3ba6188..6791011 100644 --- a/include/configs/mx53_ard.h +++ b/include/configs/mx53_ard.h @@ -283,6 +283,7 @@ #define CONFIG_ENV_IS_NOWHERE 1 #endif +#define CONFIG_SPLASH_SCREEN #ifdef CONFIG_SPLASH_SCREEN /* * Framebuffer and LCD |