diff options
author | Liu Ying <Ying.Liu@freescale.com> | 2011-01-20 12:31:42 +0800 |
---|---|---|
committer | Liu Ying <Ying.Liu@freescale.com> | 2011-01-20 12:31:42 +0800 |
commit | 7d0d702b83911c72b9f3f2b83634cc11889c730b (patch) | |
tree | e43dce23d866da88150c464d8a9f6d50252bb606 /include | |
parent | 0f6e94be5718627731e23b6737693975fa1e1334 (diff) | |
download | u-boot-imx-7d0d702b83911c72b9f3f2b83634cc11889c730b.zip u-boot-imx-7d0d702b83911c72b9f3f2b83634cc11889c730b.tar.gz u-boot-imx-7d0d702b83911c72b9f3f2b83634cc11889c730b.tar.bz2 |
ENGR00138240 Disable splashimage support for PDK
Disable splashimage support for mx53 smd, mx53 ard
and mx51 bbg.
Signed-off-by: Liu Ying <Ying.Liu@freescale.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/mx51_bbg.h | 1 | ||||
-rw-r--r-- | include/configs/mx53_ard.h | 1 | ||||
-rw-r--r-- | include/configs/mx53_smd.h | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/mx51_bbg.h b/include/configs/mx51_bbg.h index 46ff011..6b3a513 100644 --- a/include/configs/mx51_bbg.h +++ b/include/configs/mx51_bbg.h @@ -274,7 +274,6 @@ #undef CONFIG_JFFS2_CMDLINE #define CONFIG_JFFS2_DEV "nand0" -#define CONFIG_SPLASH_SCREEN #ifdef CONFIG_SPLASH_SCREEN /* * Framebuffer and LCD diff --git a/include/configs/mx53_ard.h b/include/configs/mx53_ard.h index 6791011..3ba6188 100644 --- a/include/configs/mx53_ard.h +++ b/include/configs/mx53_ard.h @@ -283,7 +283,6 @@ #define CONFIG_ENV_IS_NOWHERE 1 #endif -#define CONFIG_SPLASH_SCREEN #ifdef CONFIG_SPLASH_SCREEN /* * Framebuffer and LCD diff --git a/include/configs/mx53_smd.h b/include/configs/mx53_smd.h index 223761f..4858de4 100644 --- a/include/configs/mx53_smd.h +++ b/include/configs/mx53_smd.h @@ -274,7 +274,6 @@ #define CONFIG_ENV_IS_NOWHERE 1 #endif -#define CONFIG_SPLASH_SCREEN #ifdef CONFIG_SPLASH_SCREEN /* * Framebuffer and LCD |