at91: move cpu name define to arm/arch/ cpu header
[platform/kernel/u-boot.git] / include / asm-arm / arch-at91 / at91sam9260.h
index 920a7f3..73975f4 100644 (file)
 #define AT91SAM9XE_FLASH_BASE  0x00200000      /* Internal FLASH base address */
 #define AT91SAM9XE_SRAM_BASE   0x00300000      /* Internal SRAM base address */
 
+/*
+ * Cpu Name
+ */
+#if defined(CONFIG_AT91SAM9260)
+#define AT91_CPU_NAME  "AT91SAM9260"
+#elif defined(CONFIG_AT91SAM9G20)
+#define AT91_CPU_NAME  "AT91SAM9G20"
+#endif
+
 #endif