sam3 ethernet: remove kludge to fix early sam3x-ek ethernet.
[bertos.git] / bertos / cpu / cortex-m3 / info / SAM3X8.cdef
index dfd9a872edee66cc52b269c91e87c42277a891de..b64fb1802115de4bcea0a1b82c86ed66146d3c49 100644 (file)
@@ -51,7 +51,7 @@ MK_FLASH_SCRIPT = PRG_SCRIPTS_DIR + "arm/flash-sam3.sh"
 CPU_DEFAULT_FREQ = "84000000UL"
 
 # Special CPU related tags.
-CPU_TAGS += ["sam3"]
+CPU_TAGS += [ "sam3", "sam3x" ]
 
 # Additional hw drivers.
 MK_CPU_CSRC += DRV_DIR + "clock_sam3.c "