
Add missed AT91FAMILY and ARM926EJS macro in at91sam9x5.h.
Now as all at91 SoC header defined AT91FAMILY and ARM926EJS, so we can remove the redundant definitions in all at91 board config files.
v1 -> v2: 1. add ARM926EJS in at91sam9x5 SoC header. 2. remove all redundant ARM926EJS in at91 board files. 3. remove redundant AT91FAMILY in corvus, cpu9260, ethernut5 and vl_ma2sc boards.
Josh Wu (3): ARM: at91sam9x5: define the AT91FAMILY and ARM926EJS in SoC header at91: remove redundant AT91FAMILY definition in board config file ARM: at91: remove redundant ARM926EJS definition in board config files
arch/arm/include/asm/arch-at91/at91sam9x5.h | 3 +++ include/configs/at91sam9m10g45ek.h | 1 - include/configs/at91sam9n12ek.h | 3 --- include/configs/at91sam9x5ek.h | 1 - include/configs/corvus.h | 2 -- include/configs/cpu9260.h | 1 - include/configs/ethernut5.h | 2 -- include/configs/sama5d3_xplained.h | 1 - include/configs/sama5d3xek.h | 1 - include/configs/vl_ma2sc.h | 2 -- 10 files changed, 3 insertions(+), 14 deletions(-)