
12 Aug
2009
12 Aug
'09
5:42 p.m.
Dear Tom Rix,
In message 1246898879-6567-2-git-send-email-Tom.Rix@windriver.com you wrote:
--===============0808050101==
Since there is only one version of flushing the dcache for arm_cortex8, rename v7_flush_dcache_all to the the generic name flush_dcache. Because the function is intended for only omap3 boards, move the function to the new file cache_flush.S.
<snip>
Sorry, this patch does not apply any more:
<snip>
Patch failed at 0001.
Please rebase and resubmit (also patch 2/2).
Best regards,
Wolfgang Denk
Wolfgang,
I have rebased the patch the to the u-boot master branch.
It includes the moving of omap3 cache routines to cache.S that Jean requested and renaming flush_dache to invalidate_dcache that Richard requested.
Tom