diff options
author | Michal Simek <michal.simek@xilinx.com> | 2015-01-14 15:36:35 +0100 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2015-01-14 11:37:39 -0500 |
commit | f1075aedd212e22ef17a05ba74b14ab2473a5b88 (patch) | |
tree | 3e06c15d7eea84ba327b426fd9385c4e693ca15b | |
parent | 421044b183dd1fe8e2292dee1d310af89f100213 (diff) | |
download | u-boot-imx-f1075aedd212e22ef17a05ba74b14ab2473a5b88.zip u-boot-imx-f1075aedd212e22ef17a05ba74b14ab2473a5b88.tar.gz u-boot-imx-f1075aedd212e22ef17a05ba74b14ab2473a5b88.tar.bz2 |
ARM: armv8: Fix typo in commentary
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
-rw-r--r-- | arch/arm/cpu/armv8/cache.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/cpu/armv8/cache.S b/arch/arm/cpu/armv8/cache.S index 4b3ee6e..9c6e824 100644 --- a/arch/arm/cpu/armv8/cache.S +++ b/arch/arm/cpu/armv8/cache.S @@ -94,7 +94,7 @@ skip: b.gt loop_level mov x0, #0 - msr csselr_el1, x0 /* resotre csselr_el1 */ + msr csselr_el1, x0 /* restore csselr_el1 */ dsb sy isb mov lr, x15 |