configs: m68k: Use default shell prompt
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Thu, 23 Mar 2023 00:21:28 +0000 (01:21 +0100)
committerAngelo Dureghello <angelo@kernel-space.org>
Sun, 16 Apr 2023 19:43:28 +0000 (21:43 +0200)
commitea82cd1cbdc9d2bf8ff94d2f993edce9fec16d1e
tree6b83a1abc27955ef9292142c92c7518b1f25c08c
parentf04ef0a7a0166e91729b45b1db22f5cc3b3b2f99
configs: m68k: Use default shell prompt

The current shell prompt '->' interferes with CI matching on 'bdinfo'
output. When CI test.py attempts to locate memory information in the
'bdinfo' output, it matches on '->' prefix which is identical to the
shell prefix. Switch the prompt to default '=>' one to avoid this
interference.

Suggested-by: Tom Rini <trini@konsulko.com> # found the CI oddity
Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
configs/M5208EVBE_defconfig
configs/M5235EVB_defconfig
configs/M5272C3_defconfig
configs/M5275EVB_defconfig
configs/M5282EVB_defconfig
configs/M53017EVB_defconfig
configs/M5329AFEE_defconfig
configs/M5329BFEE_defconfig
configs/M5373EVB_defconfig