summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
authorAidan MacDonald <amachronic@protonmail.com>2022-03-03 19:56:26 +0000
committerAidan MacDonald <amachronic@protonmail.com>2022-03-11 11:15:56 -0500
commit428491df697e0a87eb14512151b3ce969dae8c54 (patch)
tree2b89996fbac4450001385fe54741bc361608ace5 /firmware/export
parent7fa48faeb55fb43b6a4e727d0abd104b267c89a4 (diff)
downloadrockbox-428491df697e0a87eb14512151b3ce969dae8c54.tar.gz
rockbox-428491df697e0a87eb14512151b3ce969dae8c54.zip
x1000: support new binary header in rolo
Change-Id: I192c3d69616c39534ff329174c4d8d4a357d014d
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/x1000.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/x1000.h b/firmware/export/x1000.h
index de3d394c02..8384b214ed 100644
--- a/firmware/export/x1000.h
+++ b/firmware/export/x1000.h
@@ -57,6 +57,9 @@
57#define X1000_STACKSIZE 0x1e00 57#define X1000_STACKSIZE 0x1e00
58#define X1000_IRQSTACKSIZE 0x300 58#define X1000_IRQSTACKSIZE 0x300
59 59
60/* Standard DRAM base address for backward compatibility */
61#define X1000_STANDARD_DRAM_BASE 0x80004000
62
60/* Required for pcm_rec_dma_get_peak_buffer(), doesn't do anything 63/* Required for pcm_rec_dma_get_peak_buffer(), doesn't do anything
61 * except on targets with recording. */ 64 * except on targets with recording. */
62#define HAVE_PCM_DMA_ADDRESS 65#define HAVE_PCM_DMA_ADDRESS