diff options
author | Philippe Mathieu-Daudé <f4bug@amsat.org> | 2020-06-03 14:37:54 +0200 |
---|---|---|
committer | Laurent Vivier <laurent@vivier.eu> | 2020-06-09 19:58:53 +0200 |
commit | c7a856b42e403e2b86c8ed026a3cd31e0a04973d (patch) | |
tree | 78925425344fa817bef3bb3b77d5cb7abe7c3a16 /default-configs | |
parent | 7a7b66323435c998c63797e33bb5403bc31e2570 (diff) | |
download | qemu-c7a856b42e403e2b86c8ed026a3cd31e0a04973d.zip qemu-c7a856b42e403e2b86c8ed026a3cd31e0a04973d.tar.gz qemu-c7a856b42e403e2b86c8ed026a3cd31e0a04973d.tar.bz2 |
target/unicore32: Prefer qemu_semihosting_log_out() over curses
Use the common API for semihosting logging.
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20200603123754.19059-4-f4bug@amsat.org>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'default-configs')
-rw-r--r-- | default-configs/unicore32-softmmu.mak | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/default-configs/unicore32-softmmu.mak b/default-configs/unicore32-softmmu.mak index 0bfce48..899288e 100644 --- a/default-configs/unicore32-softmmu.mak +++ b/default-configs/unicore32-softmmu.mak @@ -3,3 +3,4 @@ # Boards: # CONFIG_PUV3=y +CONFIG_SEMIHOSTING=y |