mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
X1000: disable SFC DMA
Change-Id: Ia33896b4a19da6eaaf3e5c057891ab10d75f31e1
This commit is contained in:
parent
d6220f618b
commit
a2dfafb2b2
1 changed files with 4 additions and 4 deletions
|
@ -28,10 +28,10 @@
|
||||||
#include "x1000/sfc.h"
|
#include "x1000/sfc.h"
|
||||||
#include "x1000/cpm.h"
|
#include "x1000/cpm.h"
|
||||||
|
|
||||||
#ifndef BOOTLOADER_SPL
|
/* DMA works, but not in the SPL due to some hardware not being set up right.
|
||||||
/* DMA only works once the system is properly booted */
|
* Only the SPL and bootloader actually require flash access, so to keep it
|
||||||
# define NEED_SFC_DMA
|
* simple, DMA is unconditionally disabled. */
|
||||||
#endif
|
//#define NEED_SFC_DMA
|
||||||
|
|
||||||
#if defined(BOOTLOADER_SPL)
|
#if defined(BOOTLOADER_SPL)
|
||||||
# if X1000_EXCLK_FREQ == 24000000
|
# if X1000_EXCLK_FREQ == 24000000
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue