[U-Boot] [PATCH 5/7] net/ethoc: don't mix virtual and physical addresses

Joe Hershberger joe.hershberger at gmail.com
Thu Aug 4 20:08:12 CEST 2016


On Tue, Aug 2, 2016 at 6:31 AM, Max Filippov <jcmvbkbc at gmail.com> wrote:
> Addresses used in buffer descriptors and passed in platform data or
> device tree are physical. Addresses used by CPU to access packet data
> and registers are virtual. Don't mix these addresses and use virt_to_phys
> for translation.
>
> Signed-off-by: Max Filippov <jcmvbkbc at gmail.com>

Acked-by: Joe Hershberger <joe.hershberger at ni.com>


More information about the U-Boot mailing list