summaryrefslogtreecommitdiff
path: root/doc/arch/arm64.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/arch/arm64.rst')
-rw-r--r--doc/arch/arm64.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/arch/arm64.rst b/doc/arch/arm64.rst
index f20eb8f1b2..80498f6f6b 100644
--- a/doc/arch/arm64.rst
+++ b/doc/arch/arm64.rst
@@ -18,8 +18,7 @@ Notes
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-EL2, as for this
- architecture there is no S-EL3.
+ entering the OS.
2. U-Boot for arm64 is compiled with AArch64-gcc. AArch64-gcc
use rela relocation format, a tool(tools/relocate-rela) by Scott Wood