]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/asm-arm/arch-at91/at91sam9260.h
ARM change name of defines for AT91 arm926ejs
[karo-tx-uboot.git] / include / asm-arm / arch-at91 / at91sam9260.h
index 7ca6078f4a7d12f46869b25930575f093ae9789d..a60a0811c09232fcf84a5990f12c8245a19df1ef 100644 (file)
  * Cpu Name
  */
 #if defined(CONFIG_AT91SAM9260)
-#define AT91_CPU_NAME  "AT91SAM9260"
+#define CONFIG_SYS_AT91_CPU_NAME       "AT91SAM9260"
 #elif defined(CONFIG_AT91SAM9G20)
-#define AT91_CPU_NAME  "AT91SAM9G20"
+#define CONFIG_SYS_AT91_CPU_NAME       "AT91SAM9G20"
 #endif
 
 #endif