
Updates i.MX6DQ and i.MXDLS mux/pad declarations to be declared using macros to allow their use in a binary supporting all four variants of the pin-compatible processors.
This patch set was broken into two parts to allow validation using "git show --word-diff".
The patches apply to u-boot-imx/master with commit a31d3efa (a previous and superfluous white-space change) reverted.
Compile-tested against all mx6 boards. Run-time tested against nitrogen6q.
Eric Nelson (2): i.MX6 (DQ/DLS): use macros for mux and pad declarations i.MX6DQ/DLS: whitespace: Align MX6_PAD_DECL columns
arch/arm/include/asm/arch-mx6/mx6-pins.h | 33 +- arch/arm/include/asm/arch-mx6/mx6dl_pins.h | 2145 ++++++++++++------------- arch/arm/include/asm/arch-mx6/mx6q_pins.h | 2054 ++++++++++++----------- board/barco/titanium/titanium.c | 2 +- board/freescale/mx6qarm2/mx6qarm2.c | 2 +- board/freescale/mx6qsabreauto/mx6qsabreauto.c | 2 +- 6 files changed, 2127 insertions(+), 2111 deletions(-)