From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hans de Goede Date: Sun, 5 Jul 2015 14:24:56 +0200 Subject: [U-Boot] [PATCH] sunxi: Fix wrong pinmux names in arch/arm/cpu/armv7/sunxi/board.c In-Reply-To: <1435611800-21833-1-git-send-email-merker@debian.org> References: <1435611800-21833-1-git-send-email-merker@debian.org> Message-ID: <55992218.7090204@redhat.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Tom, On 29-06-15 23:03, Karsten Merker wrote: > Commit 487b3277d4f70bcb2e4a1930beb6438565f25910 > (sunxi: GPIO pin mux hardware-feature-specific function index defines) > has removed and/or changed the names of various pinmux definitions, > but has missed two instances in arch/arm/cpu/armv7/sunxi/board.c that > still refer to the old-style names, which can now no longer be resolved. > Use the new-style pinmux names instead. > > Signed-off-by: Karsten Merker Thanks for the patch, I already had the exact same patch from ChenYu queued up, and even send a pull-req for it, but that bounced due to conflicts. I've just send a new pull-req for v2015.07 with ChenYu's fix in there, so this should be fixed for the next rc. Regards, Hans