Skip to content

Commit 6683f26

Browse files
Mattijs Korpershoekpraneethbajjuri
authored andcommitted
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 355c28c commit 6683f26

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
@@ -207,7 +207,7 @@ Once the build is complete, follow the steps below to flash the images to eMMC.
207207

208208
Ensure the default U-Boot environment is configured with:
209209

210-
.. code-block::
210+
.. code-block:: console
211211
212212
=> env default -f -a; saveenv;
213213
## Resetting to default environment
@@ -217,7 +217,7 @@ Once the build is complete, follow the steps below to flash the images to eMMC.
217217

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

220-
.. code-block::
220+
.. code-block:: console
221221
222222
=> setenv force_avb "1"; saveenv;
223223
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)