Skip to content

Commit a10fbd1

Browse files
StaticRocketpraneethbajjuri
authored andcommitted
fix(u-boot-flash): resolve 2 syntax errors
ERROR: Error in "rubric" directive WARNING: Block quote ends without a blank line; unexpected unindent. Signed-off-by: Randolph Sapp <[email protected]>
1 parent d70fca9 commit a10fbd1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/linux/How_to_Guides/Host/How_to_Flash_Linux_System_from_U-boot.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ How to Flash from U-boot Shell
108108

109109
All of the following commands are performed at the u-boot prompt.
110110

111-
These commands are actually a series of u-boot commands that are
111+
These commands are actually a series of u-boot commands that are
112112
connected together with semicolons. The individual commands can be
113113
entered separately or simple pasted from here.
114114

@@ -135,7 +135,7 @@ How to Flash from U-boot Shell
135135
.. rubric:: Put the EVM in NAND boot mode
136136
:name: put-the-evm-in-nandboot-mode
137137

138-
With the EVM in NAND boot mode and the images flashed in NAND as
138+
With the EVM in NAND boot mode and the images flashed in NAND as
139139
detailed above, the SD card does not need to be in the EVM at boot up.
140140
X-loader and u-boot will run from NAND. In order to also pull the Linux
141141
kernel (uImage) from NAND it will be necessary to halt the boot process

0 commit comments

Comments
 (0)