commit | 1f4f5e52e5afba8c1be15b9f6be187ad016f03e9 | [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 | 8ccdba8b8c18b90b2b200e1ab8c82c7f14d2c756 [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>