diff options
| author | Marek Vasut <[email protected]> | 2023-03-23 01:21:28 +0100 |
|---|---|---|
| committer | Angelo Dureghello <[email protected]> | 2023-04-16 21:43:28 +0200 |
| commit | ea82cd1cbdc9d2bf8ff94d2f993edce9fec16d1e (patch) | |
| tree | 6b83a1abc27955ef9292142c92c7518b1f25c08c /configs/M5329AFEE_defconfig | |
| parent | f04ef0a7a0166e91729b45b1db22f5cc3b3b2f99 (diff) | |
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 <[email protected]> # found the CI oddity
Signed-off-by: Marek Vasut <[email protected]>
Diffstat (limited to 'configs/M5329AFEE_defconfig')
| -rw-r--r-- | configs/M5329AFEE_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/M5329AFEE_defconfig b/configs/M5329AFEE_defconfig index a5ee08207a0..1857cf77d32 100644 --- a/configs/M5329AFEE_defconfig +++ b/configs/M5329AFEE_defconfig @@ -4,7 +4,6 @@ CONFIG_SYS_MALLOC_LEN=0x20000 CONFIG_ENV_SIZE=0x2000 CONFIG_ENV_SECT_SIZE=0x2000 CONFIG_DEFAULT_DEVICE_TREE="M5329AFEE" -CONFIG_SYS_PROMPT="-> " CONFIG_SYS_LOAD_ADDR=0x40010000 CONFIG_ENV_ADDR=0x4000 CONFIG_TARGET_M5329EVB=y |
