Hi Tom
On 12/4/2025 8:18 PM, Tom Rini wrote:
On Thu, Dec 04, 2025 at 07:54:51PM +0530, Udit Kumar wrote:
J742S2 SOC is derivative of J784S4, most of build infra of j784s4 is used
to build u-boot for J742S2 EVM board.
Add guide users on how to build for that board.
Signed-off-by: Udit Kumar <[email protected]>
---
doc/board/ti/j784s4_evm.rst | 24 ++++++++++++++++++++++--
1 file changed, 22 insertions(+), 2 deletions(-)
diff --git a/doc/board/ti/j784s4_evm.rst b/doc/board/ti/j784s4_evm.rst
index 22442874110..4162a42c075 100644
--- a/doc/board/ti/j784s4_evm.rst
+++ b/doc/board/ti/j784s4_evm.rst
@@ -1,8 +1,8 @@
.. SPDX-License-Identifier: GPL-2.0-or-later OR BSD-3-Clause
.. sectionauthor:: Apurva Nandan <[email protected]>
-J784S4 and AM69 Platforms
-=========================
+J742S2, J784S4 and AM69 Platforms
+==================================
This is too many '=' and now CI doc building will fail with a warning.
Please build doc changes with:
make htmldocs KDOC_WERROR=1
When I checked locally, I haven't encountered any error
https://gist.github.com/uditkumarti/94780fe8ec2bb4b55c46b1ab4afc7e7d
Anyway, I will send v2 by removing one extra =
To ensure CI passes. Everything else looks fine, thanks.