Re: [U-Boot] [PATCH] MPC85XX: compile stub cache function

2012-07-21 Thread Wolfgang Denk
Dear Stefano Babic, In message <1342774802-13976-1-git-send-email-sba...@denx.de> you wrote: > An empty flush_dcache_range() was added into MPC85xx to > work with drivers shared with other architecture. > However, it is compiled only if USB is set, but it is required > for other drivers (FSL_ESDHC

[U-Boot] [PATCH] MPC85XX: compile stub cache function

2012-07-20 Thread Stefano Babic
An empty flush_dcache_range() was added into MPC85xx to work with drivers shared with other architecture. However, it is compiled only if USB is set, but it is required for other drivers (FSL_ESDHC), too. Signed-off-by: Stefano Babic CC: Andy Fleming CC: Dirk Behme CC: Marek Vasut CC: Wolfgang