[PATCH v2 10/11] doc: board: renesas: Update Renesas generic build section

Marek Vasut marek.vasut+renesas at mailbox.org
Tue Jun 23 03:38:36 CEST 2026


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 <marek.vasut+renesas at mailbox.org>
---
Cc: Heinrich Schuchardt <xypron.glpk at gmx.de>
Cc: Nobuhiro Iwamatsu <iwamatsu at nigauri.org>
Cc: Tom Rini <trini at konsulko.com>
Cc: u-boot at lists.denx.de
---
V2: No change
---
 doc/board/renesas/renesas.rst | 15 +++++++++++----
 1 file 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
-- 
2.53.0



More information about the U-Boot mailing list