summaryrefslogtreecommitdiff
path: root/firmware/target/arm/imx31/boot.lds
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2009-03-12 06:31:40 +0000
committerMichael Sevakis <jethead71@rockbox.org>2009-03-12 06:31:40 +0000
commita1a332e04bf937d164746f06c8f71fab547fc271 (patch)
tree71fbd805fb2689746e69fabf980e88ed661ab893 /firmware/target/arm/imx31/boot.lds
parentbc8cab4c24a0891182ac9711c67165a9e3373b1c (diff)
downloadrockbox-a1a332e04bf937d164746f06c8f71fab547fc271.tar.gz
rockbox-a1a332e04bf937d164746f06c8f71fab547fc271.zip
Gigabeat S: Implement MDMA and UDMA disk access for bootloader and main binary. Add a needed SDMA API to check channel errors. Increase audio DMA channels' priority as required. Reads and writes measure faster accross all test_disk tests and especially at 4KB and 1MB.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20299 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/target/arm/imx31/boot.lds')
-rw-r--r--firmware/target/arm/imx31/boot.lds2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/target/arm/imx31/boot.lds b/firmware/target/arm/imx31/boot.lds
index b108ba181d..e08b4bfb7a 100644
--- a/firmware/target/arm/imx31/boot.lds
+++ b/firmware/target/arm/imx31/boot.lds
@@ -55,6 +55,8 @@ SECTIONS
55 *(.idata) 55 *(.idata)
56 *(.data*) 56 *(.data*)
57 . = ALIGN(0x4); 57 . = ALIGN(0x4);
58 *(.sdmacode)
59 . = ALIGN(0x4);
58 _dataend = . ; 60 _dataend = . ;
59 } > DRAM 61 } > DRAM
60 62