aboutsummaryrefslogtreecommitdiff
path: root/board-qemu/slof/fdt.fs
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2023-02-22 16:40:54 +0100
committerAlexey Kardashevskiy <aik@ozlabs.ru>2023-02-28 15:23:05 +1100
commit9bbdd35a274c6b45c62872ecbcc40931612ff70f (patch)
treef4f433590444ff4e80b213d0b868fd910886e100 /board-qemu/slof/fdt.fs
parente77d7f9c78179c6c9ad1aea9e1dad32c0a6f2d0a (diff)
downloadSLOF-9bbdd35a274c6b45c62872ecbcc40931612ff70f.zip
SLOF-9bbdd35a274c6b45c62872ecbcc40931612ff70f.tar.gz
SLOF-9bbdd35a274c6b45c62872ecbcc40931612ff70f.tar.bz2
Fix typos in the board-qemu folder
Found with the "codespell" utility. Signed-off-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>
Diffstat (limited to 'board-qemu/slof/fdt.fs')
-rw-r--r--board-qemu/slof/fdt.fs6
1 files changed, 3 insertions, 3 deletions
diff --git a/board-qemu/slof/fdt.fs b/board-qemu/slof/fdt.fs
index 78d2efe..e94d00e 100644
--- a/board-qemu/slof/fdt.fs
+++ b/board-qemu/slof/fdt.fs
@@ -84,7 +84,7 @@ fdt-start fdt-init
drop -1 throw EXIT
THEN
dup >fdth_version l@ 10 < IF
- ." Flat device tree has usupported version !" cr
+ ." Flat device tree has unsupported version !" cr
drop -1 throw EXIT
THEN
@@ -352,7 +352,7 @@ fdt-claim-reserve
;
: (fdt-patch-interrupt-map) ( prop-addr prop-len -- )
- \ interrupt-controller phandle is expected to be the same accross the map
+ \ interrupt-controller phandle is expected to be the same across the map
over 10 + l@ phandle>node ?dup 0= IF 2drop EXIT THEN
-rot
fdt-debug IF ." ### Patching interrupt-map: " over 10 + l@ . ." => " 2 pick . cr THEN
@@ -501,7 +501,7 @@ r> drop
fdt-cas-pass 0 <> IF
\ We could not find the node added in the previous pass,
\ most likely because it is hotplug-under-hotplug case
- \ (such as PCI brigde under bridge) when missing new node methods
+ \ (such as PCI bridge under bridge) when missing new node methods
\ such as "decode-unit" are critical.
\ Reboot when detect such case which is expected as it is a part of
\ ibm,client-architecture-support.