summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAnshul Dalal <[email protected]>2025-04-29 19:21:08 +0530
committerHeinrich Schuchardt <[email protected]>2025-05-01 09:24:27 +0200
commit6f399d4116cd80263cb8a79db1f5452fb5cd6a27 (patch)
tree41cc39a85e5b6050e7f03256ad660d7cb9dda7d8 /doc
parentc00f08c20adff6ad34bd967e7949d1f4dae02ef3 (diff)
doc: ti: k3: add language for code-block directive
The code-block directive supports the optional language property which enables syntax highlighting for the block[1]. This patch adds the relevant language property for code-blocks in k3 docs. [1]: https://www.sphinx-doc.org/en/master/usage/restructuredtext/directives.html#directive-code-block Signed-off-by: Anshul Dalal <[email protected]>
Diffstat (limited to 'doc')
-rw-r--r--doc/board/ti/k3.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/board/ti/k3.rst b/doc/board/ti/k3.rst
index 0deb4d768f9..b79f1526446 100644
--- a/doc/board/ti/k3.rst
+++ b/doc/board/ti/k3.rst
@@ -460,7 +460,7 @@ The Kernel FIT Image that we have has Kernel Image, DTB and the DTBOs. It
supports packing multiple images and configurations that allow you to
choose any configuration at runtime to boot from.
-.. code-block::
+.. code-block:: dts
/dts-v1/;
@@ -484,7 +484,7 @@ choose any configuration at runtime to boot from.
* Sample Images
-.. code-block::
+.. code-block:: dts
kernel-1 {
description = "Linux kernel";
@@ -533,7 +533,7 @@ corresponding configuration node as follows.
* Sample Configurations
-.. code-block::
+.. code-block:: dts
conf-ti_k3-j721e-common-proc-board.dtb {
description = "Linux kernel, FDT blob";
@@ -585,7 +585,7 @@ Generating the fitImage
For e.g
- .. code-block::
+ .. code-block:: diff
diff --git a/configs/j721e_evm_a72_defconfig b/configs/j721e_evm_a72_defconfig
index a5c1df7e0054..6d0126d955ef 100644
@@ -605,7 +605,7 @@ Generating the fitImage
For e.g
- .. code-block::
+ .. code-block:: diff
diff --git a/arch/arm/dts/k3-j721e-binman.dtsi b/arch/arm/dts/k3-j721e-binman.dtsi
index 673be646b1e3..752fa805fe8d 100644