From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Date: Mon, 17 Aug 2015 09:29:51 +0100 Subject: [U-Boot] [PATCH 12/15] sunxi_nand_spl: Properly config page-size in the nand ctl register In-Reply-To: <1439668968-3882-13-git-send-email-hdegoede@redhat.com> References: <1439668968-3882-1-git-send-email-hdegoede@redhat.com> <1439668968-3882-13-git-send-email-hdegoede@redhat.com> Message-ID: <1439800191.3480.66.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: > Properly config page-size in the nand ctl register, it seems that things > work fine without doing this, but still lets play it safe and properly > set the page-size. > > Signed-off-by: Hans de Goede Acked-by: Ian Campbell