diff options
author | Aristo Chen <jj251510319013@gmail.com> | 2025-04-22 11:07:06 +0800 |
---|---|---|
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | 2025-04-25 17:28:22 +0200 |
commit | 5bf00b576d692f2d58b29f9e224e922eeb1b918b (patch) | |
tree | e3687625ec7ebb4af9f8ac75652ea41796494692 | |
parent | e4ead999501750724c933eebc87d9bed0b81c8df (diff) |
doc: arch: arm64: fix typos
Fix typo from "recommened" to "recommended"
Signed-off-by: Aristo Chen <aristo.chen@canonical.com>
-rw-r--r-- | doc/arch/arm64.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/arch/arm64.rst b/doc/arch/arm64.rst index 19662be6fc6..d72200ffdb9 100644 --- a/doc/arch/arm64.rst +++ b/doc/arch/arm64.rst @@ -14,11 +14,11 @@ Notes ----- 1. U-Boot can run at any exception level it is entered in, it is - recommened to enter it in EL3 if U-Boot takes some responsibilities of a + recommended to enter it in EL3 if U-Boot takes some responsibilities of a classical firmware (like initial hardware setup, CPU errata workarounds or SMP bringup). U-Boot can be entered in EL2 when its main purpose is that of a boot loader. It can drop to lower exception levels before - entering the OS. For ARMv8-R it is recommened to enter at S-EL1, as for this + entering the OS. For ARMv8-R it is recommended to enter at S-EL1, as for this architecture there is no S-EL3. 2. U-Boot for arm64 is compiled with AArch64-gcc. AArch64-gcc |