]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/include/asm/arch-at91/at91_rstc.h
Add GPL-2.0+ SPDX-License-Identifier to source files
[u-boot] / arch / arm / include / asm / arch-at91 / at91_rstc.h
index 510eed5840bd89762f249371ddc999c356385f1e..423cf515d9789b6f40a4236e7b64bd4e86557876 100644 (file)
@@ -7,16 +7,13 @@
  * Reset Controller (RSTC) - System peripherals regsters.
  * Based on AT91SAM9261 datasheet revision D.
  *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
+ * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #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__