Index: trunk/platforms/tsar_generic_iob/arch.py
===================================================================
--- trunk/platforms/tsar_generic_iob/arch.py	(revision 975)
+++ trunk/platforms/tsar_generic_iob/arch.py	(revision 979)
@@ -76,5 +76,5 @@
     irq_per_proc    = 4          
     peri_increment  = 0x10000  
-    mwr_type        = 'CPY'
+    mwr_type        = 'GCD'
 
     ### constructor parameters checking
@@ -221,6 +221,6 @@
                                      arg0 = 32, arg1 = 32, arg2 = 32 )
 
-            mapping.addPeriph( 'MMC', base = mmc_base + offset,
-                               size = mmc_size, ptype = 'MMC' )
+            mmc = mapping.addPeriph( 'MMC', base = mmc_base + offset,
+                                     size = mmc_size, ptype = 'MMC' )
 
             if ( mwr_type == 'GCD' ):
