From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Date: Mon, 17 Aug 2015 09:31:11 +0100 Subject: [U-Boot] [PATCH 13/15] sunxi_nand_spl: Parametrize lowlevel read functions In-Reply-To: <1439668968-3882-14-git-send-email-hdegoede@redhat.com> References: <1439668968-3882-1-git-send-email-hdegoede@redhat.com> <1439668968-3882-14-git-send-email-hdegoede@redhat.com> Message-ID: <1439800271.3480.67.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: > Parametrize the lowlevel nand_read_page function, instead of directly > using the CONFIG_foo settings for page-size, etc. there and add a few > wrappers / helper functions for calling it. > > This is a preparation patch for adding auto-detecting of the nand > parameters like the BROM does. > > Signed-off-by: Hans de Goede Acked-by: Ian Campbell