Re: [U-Boot] [PATCH] dwc_ahsata: Allow use with dcache enabled

2013-06-26 Thread Stefano Babic
On 16/06/2013 01:09, Eric Nelson wrote: Signed-off-by: Eric Nelson eric.nel...@boundarydevices.com --- Applied to u-boot-imx, thanks. Best regards, Stefano Babic -- = DENX Software Engineering GmbH, MD: Wolfgang Denk

[U-Boot] [PATCH] dwc_ahsata: Allow use with dcache enabled

2013-06-15 Thread Eric Nelson
Signed-off-by: Eric Nelson eric.nel...@boundarydevices.com --- drivers/block/dwc_ahsata.c | 34 +- 1 file changed, 25 insertions(+), 9 deletions(-) diff --git a/drivers/block/dwc_ahsata.c b/drivers/block/dwc_ahsata.c index c9b71f7..98f2c52 100644 ---