include/asm/arch-at91: update several .h files to ATMEL_xxx name scheme
[kernel/u-boot.git] / arch / arm / include / asm / arch-at91 / at91_wdt.h
index cf08daf..dc22ea1 100644 (file)
@@ -19,7 +19,7 @@
 
 #ifdef __ASSEMBLY__
 
-#define AT91_ASM_WDT_MR        (AT91_WDT_BASE +  0x04)
+#define AT91_ASM_WDT_MR        (ATMEL_BASE_WDT +  0x04)
 
 #else