From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Nelson Date: Sun, 17 Feb 2013 09:12:43 -0700 Subject: [U-Boot] [PATCH] i.MX6: consolidate pad names for multi-CPU boards In-Reply-To: <1360816518-9984-1-git-send-email-eric.nelson@boundarydevices.com> References: <1360816518-9984-1-git-send-email-eric.nelson@boundarydevices.com> Message-ID: <5121017B.6060207@boundarydevices.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 > --- > 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