All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] doc: add rst references to distro documentation in stm32mp1 board
@ 2023-01-24  9:16 Patrick Delaunay
  2023-01-24 10:13 ` Patrice CHOTARD
  0 siblings, 1 reply; 2+ messages in thread
From: Patrick Delaunay @ 2023-01-24  9:16 UTC (permalink / raw)
  To: u-boot
  Cc: Patrick Delaunay, Dillon Min, Kamil Lulko, Patrice Chotard,
	Vikas Manocha, uboot-stm32

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>
---

 doc/board/st/stm32mp1.rst | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/doc/board/st/stm32mp1.rst b/doc/board/st/stm32mp1.rst
index 3f70634d2836..c0b1daa0418e 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.
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] doc: add rst references to distro documentation in stm32mp1 board
  2023-01-24  9:16 [PATCH] doc: add rst references to distro documentation in stm32mp1 board Patrick Delaunay
@ 2023-01-24 10:13 ` Patrice CHOTARD
  0 siblings, 0 replies; 2+ messages in thread
From: Patrice CHOTARD @ 2023-01-24 10:13 UTC (permalink / raw)
  To: Patrick Delaunay, u-boot
  Cc: Dillon Min, Kamil Lulko, Vikas Manocha, uboot-stm32

Hi Patrick

On 1/24/23 10:16, Patrick Delaunay wrote:
> 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>
> ---
> 
>  doc/board/st/stm32mp1.rst | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/doc/board/st/stm32mp1.rst b/doc/board/st/stm32mp1.rst
> index 3f70634d2836..c0b1daa0418e 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.

Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>

Thanks
Patrice

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-01-24 10:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-24  9:16 [PATCH] doc: add rst references to distro documentation in stm32mp1 board Patrick Delaunay
2023-01-24 10:13 ` Patrice CHOTARD

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.