From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean-Christophe PLAGNIOL-VILLARD Date: Mon, 11 Aug 2008 23:23:01 +0200 Subject: [U-Boot-Users] [PATCH v2 1/2] i.MX31: Fix IOMUX related typos In-Reply-To: <48960A69.2030109@gmail.com> References: <48960A69.2030109@gmail.com> Message-ID: <20080811212301.GD9467@game.jcrosoft.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 21:43 Sun 03 Aug , Magnus Lilja wrote: > Correct the names of some IOMUX macros. > > Signed-off-by: Magnus Lilja > --- > No changes from first version. > > board/imx31_litekit/imx31_litekit.c | 2 +- > board/imx31_phycore/imx31_phycore.c | 4 ++-- > board/mx31ads/mx31ads.c | 2 +- > include/asm-arm/arch-mx31/mx31-regs.h | 4 ++-- > 4 files changed, 6 insertions(+), 6 deletions(-) > applied to u-boot-arm Best Regards, J.