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>
This commit is contained in:
parent
e77d7f9c78
commit
9bbdd35a27
|
@ -21,7 +21,7 @@
|
|||
* 01h - checksum ( 1 byte)
|
||||
* 02h - length ( 2 byte) value = 1st_byte*256 + 2nd_byte
|
||||
* 04h - name (12 byte)
|
||||
* space for partiton header = 16 byte
|
||||
* space for partition header = 16 byte
|
||||
*
|
||||
* Log Header
|
||||
* 10h - offset ( 2 byte) from Partition Header to Data Section
|
||||
|
|
|
@ -340,7 +340,7 @@ cr
|
|||
#include "copyright-oss.fs"
|
||||
cr cr
|
||||
|
||||
\ this CATCH is to ensure the code bellow always executes: boot may ABORT!
|
||||
\ this CATCH is to ensure the code below always executes: boot may ABORT!
|
||||
' start-it CATCH drop
|
||||
|
||||
: boot
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
|
||||
my-space pci-device-generic-setup
|
||||
|
||||
\ Defaults, overriden from qemu
|
||||
\ Defaults, overridden from qemu
|
||||
d# 800 VALUE disp-width
|
||||
d# 600 VALUE disp-height
|
||||
d# 8 VALUE disp-depth
|
||||
|
@ -125,7 +125,7 @@ include graphics.fs
|
|||
12 06 vga-seq! \ unlock extensions
|
||||
05 06 vga-gfx! \ graphic mode
|
||||
\ set bit depth. Note: we should set the hidden
|
||||
\ dac register to differenciate 15 and 16bpp, but
|
||||
\ dac register to differentiate 15 and 16bpp, but
|
||||
\ it's annoying and in practice we don't care as
|
||||
\ we are only displaying in black & white atm
|
||||
disp-depth CASE \ set depth
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
|
||||
my-space pci-device-generic-setup
|
||||
|
||||
\ Defaults, overriden from qemu
|
||||
\ Defaults, overridden from qemu
|
||||
d# 800 VALUE disp-width
|
||||
d# 600 VALUE disp-height
|
||||
d# 8 VALUE disp-depth
|
||||
|
|
Loading…
Reference in New Issue