summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Vasut <[email protected]>2026-06-23 03:38:36 +0200
committerHeinrich Schuchardt <[email protected]>2026-07-16 00:40:42 +0200
commitf6999c9cb07191d1d717c74d5ce9f1e4307ef04e (patch)
tree1486973c9fbc557546979a36a93666d51faf5fb4
parent994de839a2905b225c1a79cc9b180523c0203518 (diff)
doc: board: renesas: Update Renesas generic build section
Update the Build section and note that it is only applicable in case the table above does not contain any board specific instructions. Include information that the Architecture column now contains toolchain setup instruction links. Signed-off-by: Marek Vasut <[email protected]>
-rw-r--r--doc/board/renesas/renesas.rst15
1 files changed, 11 insertions, 4 deletions
diff --git a/doc/board/renesas/renesas.rst b/doc/board/renesas/renesas.rst
index ef04a4478e1..41272c6e32a 100644
--- a/doc/board/renesas/renesas.rst
+++ b/doc/board/renesas/renesas.rst
@@ -264,11 +264,18 @@ Renesas is a SoC solutions provider for automotive and industrial applications.
- :doc:`arm <build-env-aarch32>`
- rzn1_snarc_defconfig
-Build
------
+Generic build procedure
+-----------------------
-Locate the appropriate defconfig in the table above. Then apply standard build
-procedure::
+This procedure applies only unless the ``Board`` column in
+the table above does not contain a link to board specific
+details.
+
+Locate the appropriate defconfig in the table above.
+Follow toolchain setup procedure in ``Architecture`` column.
+Finally, apply standard build procedure:
+
+.. code-block:: console
make <board_defconfig>
make