Home
last modified time | relevance | path

Searched hist:"1 f4f5e52e5afba8c1be15b9f6be187ad016f03e9" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/arch/arm/lib/
H A Drelocate_64.S1f4f5e52e5afba8c1be15b9f6be187ad016f03e9 Sat Feb 04 03:30:06 UTC 2017 Masahiro Yamada <yamada.masahiro@socionext.com> 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>