X1000: disable SFC DMA

Change-Id: Ia33896b4a19da6eaaf3e5c057891ab10d75f31e1
This commit is contained in:
Aidan MacDonald 2021-04-25 14:11:28 +01:00
parent d6220f618b
commit a2dfafb2b2

View file

@ -28,10 +28,10 @@
#include "x1000/sfc.h"
#include "x1000/cpm.h"
#ifndef BOOTLOADER_SPL
/* DMA only works once the system is properly booted */
# define NEED_SFC_DMA
#endif
/* DMA works, but not in the SPL due to some hardware not being set up right.
* Only the SPL and bootloader actually require flash access, so to keep it
* simple, DMA is unconditionally disabled. */
//#define NEED_SFC_DMA
#if defined(BOOTLOADER_SPL)
# if X1000_EXCLK_FREQ == 24000000