]> git.sur5r.net Git - u-boot/commit
sh: cache use jump_to_P2() and back_to_P1() from asm/system.h
authorVladimir Zapolskiy <vz@mleia.com>
Sun, 27 Nov 2016 22:15:16 +0000 (00:15 +0200)
committerTom Rini <trini@konsulko.com>
Sat, 3 Dec 2016 02:32:41 +0000 (21:32 -0500)
commitc230a378381475acbaeed6f16a45e44c6c92e2c1
treed120e5ba37d0b75532a7b715d2a3778657cbe9d0
parentdad2b3005e8f9f20ecc723544ceb042943047818
sh: cache use jump_to_P2() and back_to_P1() from asm/system.h

Both jump_to_P2() and back_to_P1() functions are found in asm/system.h
header file and functionally they are the same, don't redefine them.

Signed-off-by: Vladimir Zapolskiy <vz@mleia.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
arch/sh/cpu/sh4/cache.c