diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/mx6dl_arm2.h | 4 | ||||
-rw-r--r-- | include/configs/mx6dl_sabresd.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/include/configs/mx6dl_arm2.h b/include/configs/mx6dl_arm2.h index 4c53e48..3a80a04 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 ea0a23f..0cc8736 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 |