From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Date: Sun, 26 Apr 2015 04:21:03 +0100 Subject: [U-Boot] [PATCH 09/21] sunxi: gpio: Build sunxi_name_to_gpio_bank for device-model code too In-Reply-To: <1429883310-22441-10-git-send-email-hdegoede@redhat.com> References: <1429883310-22441-1-git-send-email-hdegoede@redhat.com> <1429883310-22441-10-git-send-email-hdegoede@redhat.com> Message-ID: <1430018463.12403.70.camel@hellion.org.uk> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Fri, 2015-04-24 at 15:48 +0200, Hans de Goede wrote: > When doing a device-model enabled build we still need sunxi_name_to_gpio_bank > (for now) for the mmc pinmux code in board/sunxi/board.c, so build it for > device-model enabled builds too. > > Signed-off-by: Hans de Goede Acked-by: Ian Campbell