mirror of
https://xff.cz/git/u-boot/
synced 2025-10-02 16:01:30 +02:00
DMA operations should function on DMA addresses, not virtual addresses. Although these are usually the same in U-Boot, it is more correct to be explicit with our types here. Signed-off-by: Andrew Davis <afd@ti.com>