Re: [U-Boot] [PATCH v2 2/9] AVR32: Make cacheflush cpu-dependent

2009-02-23 Thread Haavard Skinnemoen
Gunnar Rangoy wrote: > From: Olav Morken > > The AT32UC3A series of processors doesn't contain any cache, and issuing > cache control instructions on those will cause an exception. This commit > makes cacheflush.h arch-dependent in preparation for the AT32UC3A-support. > > Signed-off-by: Gunnar

[U-Boot] [PATCH v2 2/9] AVR32: Make cacheflush cpu-dependent

2009-01-23 Thread Gunnar Rangoy
From: Olav Morken The AT32UC3A series of processors doesn't contain any cache, and issuing cache control instructions on those will cause an exception. This commit makes cacheflush.h arch-dependent in preparation for the AT32UC3A-support. Signed-off-by: Gunnar Rangoy Signed-off-by: Paul Drivekl