From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Date: Mon, 17 Aug 2015 09:20:41 +0100 Subject: [U-Boot] [PATCH 05/15] sunxi_nand_spl: Use SYS_NAND_SELF_INIT and only do nand init when necessary In-Reply-To: <1439668968-3882-6-git-send-email-hdegoede@redhat.com> References: <1439668968-3882-1-git-send-email-hdegoede@redhat.com> <1439668968-3882-6-git-send-email-hdegoede@redhat.com> Message-ID: <1439799641.3480.56.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 Sat, 2015-08-15 at 22:02 +0200, Hans de Goede wrote: > Use SYS_NAND_SELF_INIT and only setup the pinmux and clocks when we are > actually using the nand. > > Signed-off-by: Hans de Goede Acked-by: Ian Campbell