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>__archive__
parent
e941805713
commit
26db0a6bef
|
@ -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
|
Loading…
Reference in New Issue