diff options
author | Marek Vasut <marek.vasut+renesas@mailbox.org> | 2023-03-23 01:21:28 +0100 |
---|---|---|
committer | Angelo Dureghello <angelo@kernel-space.org> | 2023-04-16 21:43:28 +0200 |
commit | ea82cd1cbdc9d2bf8ff94d2f993edce9fec16d1e (patch) | |
tree | 6b83a1abc27955ef9292142c92c7518b1f25c08c /configs/M5208EVBE_defconfig | |
parent | f04ef0a7a0166e91729b45b1db22f5cc3b3b2f99 (diff) | |
download | u-boot-ea82cd1cbdc9d2bf8ff94d2f993edce9fec16d1e.tar.gz |
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>
Diffstat (limited to 'configs/M5208EVBE_defconfig')
-rw-r--r-- | configs/M5208EVBE_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/M5208EVBE_defconfig b/configs/M5208EVBE_defconfig index 72c0560d11e..7b465800c54 100644 --- a/configs/M5208EVBE_defconfig +++ b/configs/M5208EVBE_defconfig @@ -4,7 +4,6 @@ CONFIG_SYS_MALLOC_LEN=0x20000 CONFIG_ENV_SIZE=0x1000 CONFIG_ENV_SECT_SIZE=0x2000 CONFIG_DEFAULT_DEVICE_TREE="M5208EVBE" -CONFIG_SYS_PROMPT="-> " CONFIG_SYS_LOAD_ADDR=0x40010000 CONFIG_ENV_ADDR=0x2000 CONFIG_TARGET_M5208EVBE=y |