summaryrefslogtreecommitdiff
path: root/firmware/export/config/vibe500.h
diff options
context:
space:
mode:
authorMarcin Bukat <marcin.bukat@gmail.com>2013-01-24 13:04:57 +0100
committerMarcin Bukat <marcin.bukat@gmail.com>2013-01-24 13:04:57 +0100
commit02a90890343a75ca71169f601605613607e450ea (patch)
tree54c4d70aecd3ac2692dbd83584d8188c55c4299d /firmware/export/config/vibe500.h
parentd118f47d24a1791e4d97b7c09cc1188fab0d880e (diff)
downloadrockbox-02a90890343a75ca71169f601605613607e450ea.tar.gz
rockbox-02a90890343a75ca71169f601605613607e450ea.zip
PP: Do not use ATA DMA in bootloader
The build of bootloader with HAVE_ATA_DMA fails because of missing commit_discard_dcache(). This seems to be bigger problem as bootloader builds don't call cache_init() also which seems wrong. but I know too little about the PP platform to judge. For now use ATA DMA only in regular builds. Change-Id: I82873cb1771f5a95ebfbef91ce26744e3abd743c
Diffstat (limited to 'firmware/export/config/vibe500.h')
-rw-r--r--firmware/export/config/vibe500.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/config/vibe500.h b/firmware/export/config/vibe500.h
index 75804b2a33..29f8da995c 100644
--- a/firmware/export/config/vibe500.h
+++ b/firmware/export/config/vibe500.h
@@ -199,7 +199,9 @@
199/* DMA is used only for reading on PP502x because although reads are ~8x faster 199/* DMA is used only for reading on PP502x because although reads are ~8x faster
200 * writes appear to be ~25% slower. 200 * writes appear to be ~25% slower.
201 */ 201 */
202#ifndef BOOTLOADER
202#define HAVE_ATA_DMA 203#define HAVE_ATA_DMA
204#endif
203 205
204/* Define this if a programmable hotkey is mapped */ 206/* Define this if a programmable hotkey is mapped */
205#define HAVE_HOTKEY 207#define HAVE_HOTKEY