summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
Diffstat (limited to 'TOOLS')
-rw-r--r--TOOLS/fastmemcpybench.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/TOOLS/fastmemcpybench.c b/TOOLS/fastmemcpybench.c
index 9a2e34a850..1e3cc14ce3 100644
--- a/TOOLS/fastmemcpybench.c
+++ b/TOOLS/fastmemcpybench.c
@@ -20,7 +20,7 @@
//#define ARR_SIZE 100000
#define ARR_SIZE (1024*768*2)
-#ifdef HAVE_MGA
+#ifdef CONFIG_MGA
#include "drivers/mga_vid.h"
@@ -98,7 +98,7 @@ int main( void )
unsigned char * marr1,*marr2;
int i;
unsigned int t;
-#ifdef HAVE_MGA
+#ifdef CONFIG_MGA
mga_init();
marr1 = &frame[3];
#else