u-boot-brain/arch/sh/cpu
Vladimir Zapolskiy 6ab8b961de sh: cache: don't modify CCR from P1 area
cache_wback_all() is a local function and it is called from
cache_control() only, which is in turn jumps to P2 area.

The change fixes an issue when cache_wback_all() returns from P2 to
P1, however cache_control() continues to manipulate with CCR
register, according to the User's Manual this is restricted.

Signed-off-by: Vladimir Zapolskiy <vz@mleia.com>
2016-12-02 21:32:41 -05:00
..
sh2 sh: Fix build errors for generic board 2016-05-27 15:39:51 -04:00
sh3 sh3: remove unused cache.c file from being built 2016-12-02 21:32:40 -05:00
sh4 sh: cache: don't modify CCR from P1 area 2016-12-02 21:32:41 -05:00
u-boot.lds sh: Fix build errors for generic board 2016-05-27 15:39:51 -04:00