summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Nold <dannynold@freescale.com>2012-06-04 10:02:26 -0500
committerJustin Waters <justin.waters@timesys.com>2012-09-12 11:05:51 -0400
commit34a6bfd9e7763733b479b00ece7925d2b7fe81fc (patch)
tree83b5c548cc5af86561a02b968c0855ae125353e4
parentd497a7e71be9599ebbc814571e8cb9557e5736ba (diff)
ENGR00212287 - U-Boot EPDC splash screen: Disable EPDC splash by default
- EPDC splash screen changed to be disabled by default in the config file for MX6DL_SABRESD and MX6DL_ARM2. If left enabled, the U-Boot image will not boot correctly (hang), since some additional content on the boot device (waveform file) is required for EPDC splash to work correctly. - Fixes U-Boot break introduced with commit for ENGR00212287 Signed-off-by: Danny Nold <dannynold@freescale.com>
-rw-r--r--include/configs/mx6dl_arm2.h4
-rw-r--r--include/configs/mx6dl_sabresd.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/include/configs/mx6dl_arm2.h b/include/configs/mx6dl_arm2.h
index 72fd980017..4c53e481a3 100644
--- a/include/configs/mx6dl_arm2.h
+++ b/include/configs/mx6dl_arm2.h
@@ -299,8 +299,8 @@
#define CONFIG_ENV_IS_NOWHERE 1
#endif
-#define CONFIG_SPLASH_SCREEN
-#define CONFIG_MXC_EPDC
+/* #define CONFIG_SPLASH_SCREEN */
+/* #define CONFIG_MXC_EPDC */
/*
* SPLASH SCREEN Configs
diff --git a/include/configs/mx6dl_sabresd.h b/include/configs/mx6dl_sabresd.h
index 060c94a90b..ea0a23f9c5 100644
--- a/include/configs/mx6dl_sabresd.h
+++ b/include/configs/mx6dl_sabresd.h
@@ -303,8 +303,8 @@
#define CONFIG_ENV_IS_NOWHERE 1
#endif
-#define CONFIG_SPLASH_SCREEN
-#define CONFIG_MXC_EPDC
+/* #define CONFIG_SPLASH_SCREEN */
+/* #define CONFIG_MXC_EPDC */
/*
* SPLASH SCREEN Configs