summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorLothar Waßmann <LW@KARO-electronics.de>2017-06-08 07:48:41 (GMT)
committerTom Rini <trini@konsulko.com>2017-06-12 12:38:39 (GMT)
commit53d4ed704b43a5ffbfe9784544a722edb7a7edf5 (patch)
tree554b93f908a43db982f7eca74866385b3aca641b /test
parent1afcf9cb25d4db2c2dd320eb93f463c55cdad040 (diff)
downloadu-boot-53d4ed704b43a5ffbfe9784544a722edb7a7edf5.tar.xz
ARM: remove bogus cp_delay() function
The cp_delay() function was introduced because of a missing 'volatile' attribute to the 'asm' statement in get_cr() which led to the 'mrc' instruction in get_cr() being optimised out eventually. This has been fixed in commit 53fd4b8c22bb ("arm: mmu: Add missing volatile for reading SCTLR register") but the bogus cp_delay() function which was introduced as a workaround for the malfunctioning get_cr() was never removed. Signed-off-by: Lothar Waßmann <LW@KARO-electronics.de>
Diffstat (limited to 'test')
0 files changed, 0 insertions, 0 deletions