[U-Boot] [PATCH v2 0/3] ARM: at91: add missed the AT91FAMILY and ARM926EJS in SoC header
Josh Wu
josh.wu at atmel.com
Tue May 20 11:44:42 CEST 2014
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(-)
--
1.7.9.5
More information about the U-Boot
mailing list