[U-Boot] [PATCH 08/11] 8xxx: Rename dma_xfer() to dmacpy()

Scott Wood scottwood at freescale.com
Thu May 21 19:46:02 CEST 2009


On Thu, May 21, 2009 at 12:10:06PM -0500, Peter Tyser wrote:
> -int dma_xfer(void *dest, uint count, void *src) {
> +int dmacpy(void *dest, const void *src, size_t n) {

While we're changing this, perhaps it should take phys_addr_t rather than
pointers?

-Scott


More information about the U-Boot mailing list