From 4888dc51c47fa014cfb2738f07a745ea7277fe82 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sun, 28 Jul 2013 20:15:26 +0200 Subject: [PATCH] (Griffin) Take out ifndef HW_RVL out of ngc/ssaram.c - already guarded against in griffin --- ngc/ssaram.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/ngc/ssaram.c b/ngc/ssaram.c index 2b59f5af9b..908cffc33e 100644 --- a/ngc/ssaram.c +++ b/ngc/ssaram.c @@ -4,7 +4,6 @@ /**************************************************************************** * SSARAM ***************************************************************************/ -#ifndef HW_RVL #include #include #include @@ -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