Skip to content

Commit 39ee270

Browse files
author
Mattijs Korpershoek
committed
feat(android): Add a language to each code-block
For some U-Boot command listings, are not specifying a language for the code-block. This is checked by rstcheck and is mandatory. Add console to these code-blocks to resolve the rstcheck warnings. Signed-off-by: Mattijs Korpershoek <[email protected]>
1 parent 642bf47 commit 39ee270

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

source/android/Overview_Flashing.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ Once the build is complete, follow the steps below to flash the images to eMMC.
209209

210210
Ensure the default U-Boot environment is configured with:
211211

212-
.. code-block::
212+
.. code-block:: console
213213
214214
=> env default -f -a; saveenv;
215215
## Resetting to default environment
@@ -219,7 +219,7 @@ Once the build is complete, follow the steps below to flash the images to eMMC.
219219

220220
If you build with ``TARGET_AVB_ENABLE=true`` or flash user images you need to run this:
221221

222-
.. code-block::
222+
.. code-block:: console
223223
224224
=> setenv force_avb "1"; saveenv;
225225
Saving Environment to MMC... Writing to MMC(0)... OK

source/devices/AM62PX/android/Application_Notes_dtbo_support.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ DTBOs can be enabled from U-Boot when extra peripherals are connected to the boa
1414
It's possible to change the ``adtbo_idx`` from the U-Boot shell.
1515
For example:
1616

17-
.. code-block::
17+
.. code-block:: console
1818
1919
=> env set adtbo_idx 1
2020
=> saveenv

source/devices/AM62X/android/Application_Notes_dtbo_support.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ DTBOs can be enabled from U-Boot when extra peripherals are connected to the boa
1414
It's possible to change the ``adtbo_idx`` from the U-Boot shell.
1515
For example:
1616

17-
.. code-block::
17+
.. code-block:: console
1818
1919
=> env set adtbo_idx 1
2020
=> saveenv

0 commit comments

Comments
 (0)