summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Delaunay <patrick.delaunay@foss.st.com>2023-01-24 12:16:02 +0300
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>2023-01-27 20:31:59 +0300
commite1f0fd525fb1b635e64661de1321bf968ad80e91 (patch)
tree8700ee527031fceff90083999a66d4d71fa7a6c6
parenta13b92ae6f1065b189a67ec354908fb21088b8ac (diff)
downloadu-boot-e1f0fd525fb1b635e64661de1321bf968ad80e91.tar.xz
doc: add rst references to distro documentation in stm32mp1 board
Use internal rst reference with :doc: to have a link to distro.rst page in the generated U-Boot documentation. Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com> Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
-rw-r--r--doc/board/st/stm32mp1.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/board/st/stm32mp1.rst b/doc/board/st/stm32mp1.rst
index 3f70634d28..c0b1daa041 100644
--- a/doc/board/st/stm32mp1.rst
+++ b/doc/board/st/stm32mp1.rst
@@ -478,7 +478,8 @@ or:
+-------+--------+---------+------------------------+------------------------+
And the 4th partition (Rootfs) is marked bootable with a file extlinux.conf
-following the Generic Distribution feature (doc/develop/distro.rst for use).
+following the Generic Distribution feature (see :doc:`../../develop/distro` for
+use).
The size of fip or ssbl partition must be enough for the associated binary file,
4MB and 2MB are default values.