
On Mon, Aug 07, 2023 at 01:44:46AM +0200, Marcel Ziswiler wrote:
From: Marcel Ziswiler marcel.ziswiler@toradex.com
Fix the Verdin module output which was missing white space for correct rendering.
While at it also leave product links, add section author also for the Verdin iMX8M Mini and Plus, and add a missing CROSS_COMPILE export for the Verdin iMX8M Mini.
Signed-off-by: Marcel Ziswiler marcel.ziswiler@toradex.com
[snip]
@@ -74,57 +77,57 @@ Boot
Output:
-.. code-block:: bash
-U-Boot SPL 2023.10-rc1-00210-gb678170a34c (Aug 03 2023 - 00:09:14 +0200)
[snip]
+.. code-block:: none
- U-Boot SPL 2023.10-rc1-00210-gb678170a34c (Aug 03 2023 - 00:09:14 +0200)
So, this renders nicely for me:
Reviewed-by: Tom Rini trini@konsulko.com
But I do want to note that other places just do:
Output::
For boot logs, and we should be consistent I think. Heinrich?