Hi Philippe,

On 11/11/10 19:14, Philippe De Muyter wrote:
Hi Greg,

On Thu, Nov 11, 2010 at 11:48:53AM +1000, Greg Ungerer wrote:
[PATCH 7/8] m68knommu: support ColdFire caches that do copyback and write-thru

The version 3 and version 4 ColdFire cache controllers support both
write-through and copy-back modes on the data cache. Allow for Kconfig
time configuration of this, and set the cache mode appropriately.

Signed-off-by: Greg Ungerer<g...@uclinux.org>
...

  config M5407
        bool "MCF5407"
        select COLDFIRE_SW_A7
+       select HAVE_CACHE_CB
        help
          Motorola ColdFire 5407 processor support.

  config M547x
        bool "MCF547x"
+       select HAVE_CACHE_CB
        help
          Freescale ColdFire 5470/5471/5472/5473/5474/5475 processor support.

@@ -279,7 +286,23 @@ config CACHE_BOTH
          Split the ColdFire CPU cache, and use half as an instruction cache

Didn't you forget the M548x here ?

Oops, yes, certainly did. I'll fix that.

Thanks
Greg


------------------------------------------------------------------------
Greg Ungerer  --  Principal Engineer        EMAIL:     g...@snapgear.com
SnapGear Group, McAfee                      PHONE:       +61 7 3435 2888
8 Gardner Close,                            FAX:         +61 7 3891 3630
Milton, QLD, 4064, Australia                WEB: http://www.SnapGear.com
_______________________________________________
uClinux-dev mailing list
uClinux-dev@uclinux.org
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by uclinux-dev@uclinux.org
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev

Reply via email to