Skip to content

Commit f1b7d3d

Browse files
committed
fix(BG-Build-OMAP): remove unnecessary backslash
Left in from the previous refactor, these are not needed when encapsulated by an inline-code wrapper. Fixes: 6814540 ("refactor(U-Boot): Split K3 and OMAP Build Guide") Signed-off-by: Randolph Sapp <rs@ti.com>
1 parent 791adab commit f1b7d3d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/linux/Foundational_Components/U-Boot/BG-Build-OMAP.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,23 +43,23 @@ If you did not use a separate object directory:
4343
4444
.. ifconfig:: CONFIG_part_variant in ('AM335X')
4545

46-
If you used ``O=am335x\_evm`` as your object directory:
46+
If you used ``O=am335x_evm`` as your object directory:
4747

4848
.. code-block:: console
4949
5050
$ rm -rf ./am335x_evm
5151
5252
.. ifconfig:: CONFIG_part_variant in ('AM437X')
5353

54-
If you used ``O=am43xx\_evm`` as your object directory:
54+
If you used ``O=am43xx_evm`` as your object directory:
5555

5656
.. code-block:: console
5757
5858
$ rm -rf ./am43xx_evm
5959
6060
.. ifconfig:: CONFIG_part_variant in ('AM57X')
6161

62-
If you used ``O=am57xx\_evm`` as your object directory:
62+
If you used ``O=am57xx_evm`` as your object directory:
6363

6464
.. code-block:: console
6565

0 commit comments

Comments
 (0)