summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Nold <dannynold@freescale.com>2012-06-14 18:44:31 -0500
committerJustin Waters <justin.waters@timesys.com>2012-09-12 11:05:51 -0400
commit9a58a9a401cda433010190d10e6aabfe7942cea5 (patch)
treeea6f60dfb7973bf9e1d0906aad0eae28086f46c4
parentae6473b3cb1c8c786ca94b110f18e8425f3caf3f (diff)
ENGR00213689 - U-Boot: EPDC Splash Screen failing for MX 6DL/S
Fix a hang and a garbage update to the E Ink panel with the following changes for both MX 6DL/S SabreSD and MX 6DL/S ARM2: - Update the address for the EPDC waveform file to 6MB offset in SD card. - Update the waveform file size to cover the default Pearl panel waveform file. 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 4c53e481a3..3a80a04e9b 100644
--- a/include/configs/mx6dl_arm2.h
+++ b/include/configs/mx6dl_arm2.h
@@ -322,8 +322,8 @@
#define CONFIG_WORKING_BUF_ADDR (TEXT_BASE + 0x100000)
#define CONFIG_WAVEFORM_BUF_ADDR (TEXT_BASE + 0x200000)
- #define CONFIG_WAVEFORM_FILE_OFFSET 0x100000
- #define CONFIG_WAVEFORM_FILE_SIZE 0xF0988
+ #define CONFIG_WAVEFORM_FILE_OFFSET 0x600000
+ #define CONFIG_WAVEFORM_FILE_SIZE 0xF0A00
#define CONFIG_WAVEFORM_FILE_IN_MMC
#ifdef CONFIG_SPLASH_IS_IN_MMC
diff --git a/include/configs/mx6dl_sabresd.h b/include/configs/mx6dl_sabresd.h
index ea0a23f9c5..0cc87361e6 100644
--- a/include/configs/mx6dl_sabresd.h
+++ b/include/configs/mx6dl_sabresd.h
@@ -326,8 +326,8 @@
#define CONFIG_WORKING_BUF_ADDR (TEXT_BASE + 0x100000)
#define CONFIG_WAVEFORM_BUF_ADDR (TEXT_BASE + 0x200000)
- #define CONFIG_WAVEFORM_FILE_OFFSET 0x100000
- #define CONFIG_WAVEFORM_FILE_SIZE 0xF0988
+ #define CONFIG_WAVEFORM_FILE_OFFSET 0x600000
+ #define CONFIG_WAVEFORM_FILE_SIZE 0xF0A00
#define CONFIG_WAVEFORM_FILE_IN_MMC
#ifdef CONFIG_SPLASH_IS_IN_MMC