commit | 93f19feb965ac68f08b50b4443831f65197325b0 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Sat Feb 04 12:30:06 2017 +0900 |
committer | Tom Rini <trini@konsulko.com> | Wed Feb 08 16:24:27 2017 -0500 |
tree | cd0fdcf66220c0aeb19d59153be988471d302ffc | |
parent | 4f91f36f74efb8fbc0465880dcf9fa0b50fe6624 [diff] |
arm64: fix comment in relocate_64.S There are two typos in the comment "invalide i-cache is enabled". We can fix it by invalide -> invalidate is -> if Or, if we want to match the comment to the code, we can say "skip invalidating i-cache if disabled". Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Reviewed-by: Simon Glass <sjg@chromium.org>