[U-Boot] [PATCH] i.MX6: consolidate pad names for multi-CPU boards
Eric Nelson
eric.nelson at boundarydevices.com
Sun Feb 17 17:12:43 CET 2013
On 02/13/2013 09:35 PM, Eric Nelson wrote:
> Rename all i.MX6 pad declarations to MX6_PAD_x, so a board
> may support either i.MX6Quad/Dual (MX6Q) or i.MX6Dual-Lite/Solo
> (MX6DL) by including the proper header.
>
> Boards mx6qarm2, mx6qsabreauto, mx6qsabrelite, and mx6qsabresd
> only support MX6Q, so they include mx6q_pins.h.
>
> Signed-off-by: Eric Nelson <eric.nelson at boundarydevices.com>
> ---
> arch/arm/include/asm/arch-mx6/mx6dl_pins.h | 190 +--
> arch/arm/include/asm/arch-mx6/mx6x_pins.h | 1671 -------------------------
> board/freescale/mx6qarm2/mx6qarm2.c | 78 +-
> board/freescale/mx6qsabreauto/mx6qsabreauto.c | 60 +-
> board/freescale/mx6qsabrelite/mx6qsabrelite.c | 190 +--
> board/freescale/mx6qsabresd/mx6qsabresd.c | 102 +-
> 6 files changed, 310 insertions(+), 1981 deletions(-)
> delete mode 100644 arch/arm/include/asm/arch-mx6/mx6x_pins.h
>
Nak.
It seems that I missed the addition (rename) of:
arch/arm/include/asm/arch-mx6/mx6q_pins.h
More information about the U-Boot
mailing list