Skip to content

Commit d5dc461

Browse files
Andrew review changes
1 parent 25a2b00 commit d5dc461

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

documentation/asciidoc/computers/config_txt/boot.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ Flagship models since Raspberry Pi 5, Compute Modules since CM5, and Keyboard mo
5656

5757
=== `armstub`
5858

59-
`armstub` is the filename on the boot partition from which to load the ARM stub. The default ARM stub is stored in firmware and is selected automatically based on the Raspberry Pi model and various settings.
59+
`armstub` is the filename on the boot partition from which to load the Arm stub. The default Arm stub is stored in firmware and is selected automatically based on the Raspberry Pi model and various settings.
6060

61-
The stub is a small piece of ARM code that is run before the kernel. Its job is to set up low-level hardware like the interrupt controller before passing control to the kernel.
61+
The stub is a small piece of Arm code that is run before the kernel. Its job is to set up low-level hardware like the interrupt controller before passing control to the kernel.
6262

6363
=== `ramfsfile`
6464

documentation/asciidoc/computers/config_txt/gpio.adoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,22 +48,22 @@ Setting `enable_jtag_gpio=1` selects Alt4 mode for GPIO pins 22-27, and sets up
4848
| Pin # | Function
4949

5050
| GPIO22
51-
| ARM_TRST
51+
| `ARM_TRST`
5252

5353
| GPIO23
54-
| ARM_RTCK
54+
| `ARM_RTCK`
5555

5656
| GPIO24
57-
| ARM_TDO
57+
| `ARM_TDO`
5858

5959
| GPIO25
60-
| ARM_TCK
60+
| `ARM_TCK`
6161

6262
| GPIO26
63-
| ARM_TDI
63+
| `ARM_TDI`
6464

6565
| GPIO27
66-
| ARM_TMS
66+
| `ARM_TMS`
6767
|===
6868

6969

0 commit comments

Comments
 (0)