From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Date: Mon, 17 Aug 2015 09:14:10 +0100 Subject: [U-Boot] [PATCH 02/15] sunxi_nand_spl: Drop unnecessary temp buf In-Reply-To: References: <1439668968-3882-1-git-send-email-hdegoede@redhat.com> <1439668968-3882-3-git-send-email-hdegoede@redhat.com> Message-ID: <1439799250.3480.50.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 Mon, 2015-08-17 at 15:22 +0800, Chen-Yu Tsai wrote: > > > +#define SUNXI_DMA_DDMA_CFG_REG_DDMA_DST_DRQ_TYPE_DRAM (1 << 16) > > Might want to mention this change (correct DMA type?) in the commit > log. Yes, would be good. With that: Acked-by: Ian Campbell