(Griffin) Take out ifndef HW_RVL out of ngc/ssaram.c - already guarded against

in griffin
This commit is contained in:
twinaphex 2013-07-28 20:15:26 +02:00
parent 237c55dbab
commit 4888dc51c4

View File

@ -4,7 +4,6 @@
/****************************************************************************
* SSARAM
***************************************************************************/
#ifndef HW_RVL
#include <gccore.h>
#include <stdio.h>
#include <stdlib.h>
@ -103,4 +102,3 @@ void ARAMFetch(char *dst, char *src, int len)
AR_StartDMA(ARAM_READ, (u32) dst, (u32) src, len);
while (AR_GetDMAStatus());
}
#endif