ARM: imx: Drop bogus newline

This shows up in 'help' output and introduces bogus gap:
"
mfgprot   - Manufacturing Protection

mii       - MII utility commands
"
Drop the newline to fix this.

Signed-off-by: Marek Vasut <marex@denx.de>
Acked-by: Peng Fan <peng.fan@nxp.com>
This commit is contained in:
Marek Vasut
2024-10-04 09:17:02 -03:00
committed by Fabio Estevam
parent 1c2feef8e1
commit edb2e27530
+1 -1
View File
@@ -143,6 +143,6 @@ U_BOOT_LONGHELP(mfgprot,
U_BOOT_CMD(
mfgprot, 4, 1, do_mfgprot,
"Manufacturing Protection\n",
"Manufacturing Protection",
mfgprot_help_text
);