i.MX6: get rid of redundant struct src_regs (dupe of struct src)
[oweals/u-boot.git] / arch / arm / include / asm / arch-at91 / at91_rstc.h
index 510eed5840bd89762f249371ddc999c356385f1e..15ffd188c6e26c7dbdee9d7fc81f732e71d3477f 100644 (file)
@@ -16,7 +16,7 @@
 #ifndef AT91_RSTC_H
 #define AT91_RSTC_H
 
-#define AT91_ASM_RSTC_MR       (AT91_RSTC_BASE + 0x08)
+#define AT91_ASM_RSTC_MR       (ATMEL_BASE_RSTC + 0x08)
 
 #ifndef __ASSEMBLY__