summaryrefslogtreecommitdiff
path: root/firmware/target/arm/imx31/sdma_script_code.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/imx31/sdma_script_code.h')
-rw-r--r--firmware/target/arm/imx31/sdma_script_code.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/firmware/target/arm/imx31/sdma_script_code.h b/firmware/target/arm/imx31/sdma_script_code.h
index b80c39534b..1e75267a76 100644
--- a/firmware/target/arm/imx31/sdma_script_code.h
+++ b/firmware/target/arm/imx31/sdma_script_code.h
@@ -356,7 +356,8 @@
356/*! 356/*!
357 * Code download for i.MX system revision = 1.0 357 * Code download for i.MX system revision = 1.0
358 */ 358 */
359static __attribute__((aligned(4))) const short sdma_code_1[RAM_CODE_SIZE_1] = 359static __attribute__((aligned(4), section(".sdmacode")))
360 const short sdma_code_1[RAM_CODE_SIZE_1] =
360{ 361{
361 0xc0ec, 0x7d59, 0x0970, 0x0111, 0x5111, 0x5ad1, 0x5bd9, 0xc0fe, 362 0xc0ec, 0x7d59, 0x0970, 0x0111, 0x5111, 0x5ad1, 0x5bd9, 0xc0fe,
362 0x5ce1, 0x7d02, 0x0200, 0x9806, 0x08ff, 0x0011, 0x28ff, 0x00bc, 363 0x5ce1, 0x7d02, 0x0200, 0x9806, 0x08ff, 0x0011, 0x28ff, 0x00bc,
@@ -851,7 +852,8 @@ static __attribute__((aligned(4))) const short sdma_code_1[RAM_CODE_SIZE_1] =
851/*! 852/*!
852 * Code download for i.MX system revision > 1.0 853 * Code download for i.MX system revision > 1.0
853 */ 854 */
854static __attribute__((aligned(4))) const short sdma_code_2[RAM_CODE_SIZE_2] = 855static __attribute__((aligned(4), section(".sdmacode")))
856 const short sdma_code_2[RAM_CODE_SIZE_2] =
855{ 857{
856 0x0870, 0x0011, 0x5010, 0xc0ec, 0x7d61, 0x5ac0, 0x5bc8, 0x5ef8, 858 0x0870, 0x0011, 0x5010, 0xc0ec, 0x7d61, 0x5ac0, 0x5bc8, 0x5ef8,
857 0xc0fe, 0x56f8, 0x7d02, 0x0200, 0x9806, 0x6ec3, 0x6d07, 0x5df0, 859 0xc0fe, 0x56f8, 0x7d02, 0x0200, 0x9806, 0x6ec3, 0x6d07, 0x5df0,