diff options
| author | Marek Vasut <[email protected]> | 2026-06-23 03:38:28 +0200 |
|---|---|---|
| committer | Heinrich Schuchardt <[email protected]> | 2026-07-16 00:40:42 +0200 |
| commit | 3debe4140ee17270e48732429cf06311d7e09d39 (patch) | |
| tree | ca549598b90b34a05acfd387de95b7058cfa28b1 | |
| parent | bbc19c6bcf0d15e9fa6068b721d833bc2a84a39f (diff) | |
doc: board: renesas: Document Aarch32 toolchain setup in RZ/N1
Reference Aarch64 toolchain setup in RZ/N1 documentation.
Signed-off-by: Marek Vasut <[email protected]>
| -rw-r--r-- | doc/board/renesas/rzn1.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/board/renesas/rzn1.rst b/doc/board/renesas/rzn1.rst index e6d636b89e8..5f054e8c674 100644 --- a/doc/board/renesas/rzn1.rst +++ b/doc/board/renesas/rzn1.rst @@ -10,6 +10,8 @@ This document describes how to build and flash U-Boot for the RZ/N1. U-Boot ^^^^^^ +Please follow :doc:`Renesas 32-bit ARM SoC build environment setup <build-env-aarch32>` +to correctly set up the build environment before attempting to build U-Boot. Clone the U-Boot repository and build it as follows: |
