Add AT91SAM9260 to at91's lowlevel_init.S
authorEric Benard <eric@eukrea.com>
Sat, 18 Jul 2009 21:45:15 +0000 (23:45 +0200)
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Sat, 1 Aug 2009 09:45:05 +0000 (11:45 +0200)
Needed for AT91SAM9260 NOR Boot on Eukrea's CPU9260.

Signed-off-by: Eric Benard <eric@eukrea.com>
cpu/arm926ejs/at91/lowlevel_init.S

index 5ed518c..9962ae9 100644 (file)
@@ -194,7 +194,7 @@ SMRDATA:
        .word CONFIG_SYS_PIOD_PPUDR_VAL
        .word (AT91_BASE_SYS + AT91_PIOD + PIO_ASR)
        .word CONFIG_SYS_PIOD_PPUDR_VAL
-#elif defined(CONFIG_AT91SAM9261)
+#elif defined(CONFIG_AT91SAM9260) || defined(CONFIG_AT91SAM9261)
        .word (AT91_BASE_SYS + AT91_PIOC + PIO_PDR)
        .word CONFIG_SYS_PIOC_PDR_VAL1
        .word (AT91_BASE_SYS + AT91_PIOC + PIO_PUDR)