]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
- check for CONDIF_SYS_DCACHE_OFF or CONFIG_SYS_ARM_CACHE_WRITETHROUGH
authorLothar Waßmann <LW@KARO-electronics.de>
Fri, 9 Mar 2012 08:02:11 +0000 (09:02 +0100)
committerLothar Waßmann <LW@KARO-electronics.de>
Fri, 9 Mar 2012 08:02:11 +0000 (09:02 +0100)
commitbcae62734ffbdb94d6d8e61eaba2fe87d9a99ff6
treed5f05e185f12bbd63b942c84343e12ec0a44b679
parentf147377e127a4f50daa970e7baa1fd632949aa9e
- check for CONDIF_SYS_DCACHE_OFF or CONFIG_SYS_ARM_CACHE_WRITETHROUGH
  to prevent driver from being used with WB cache and add an
  explanatory comment
- invalidate cache for packet buffers in fec_rbd_init()
- move cache flush/invalidate operations closer to the point where
  they are actually required
- use correct parameters for cache operations
drivers/net/fec_mxc.c