sam3: add sam3 generic tag to SAM3X8 cpu info, to allow eth driver build.
authoraleph <aleph@38d2e660-2303-0410-9eaa-f027e97ec537>
Wed, 30 Mar 2011 14:05:39 +0000 (14:05 +0000)
committeraleph <aleph@38d2e660-2303-0410-9eaa-f027e97ec537>
Wed, 30 Mar 2011 14:05:39 +0000 (14:05 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@4825 38d2e660-2303-0410-9eaa-f027e97ec537

bertos/cpu/cortex-m3/info/SAM3X8.cdef

index 376731867669d418a4aa99e782dfd8912e285f36..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 += ["sam3x"]
+CPU_TAGS += [ "sam3", "sam3x" ]
 
 # Additional hw drivers.
 MK_CPU_CSRC += DRV_DIR + "clock_sam3.c "