at91: add at91sam9261 support

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Cc: Nicolas Ferre <nicolas.ferre@atmel.com>
Cc: Patrice Vilchez <patrice.vilchez@atmel.com>
This commit is contained in:
Jean-Christophe PLAGNIOL-VILLARD 2011-03-02 12:57:04 +01:00 committed by Øyvind Harboe
parent e941805713
commit 26db0a6bef
1 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,14 @@
######################################
# Target: Atmel AT91SAM9261
######################################
if { [info exists CHIPNAME] } {
set AT91_CHIPNAME $CHIPNAME
} else {
set AT91_CHIPNAME at91sam9261
}
source [find target/at91sam9.cfg]
# Internal sram1 memory
$_TARGETNAME configure -work-area-phys 0x00300000 -work-area-size 0x28000 -work-area-backup 1