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/unicore32-softmmu.mak | |
parent | 7a7b66323435c998c63797e33bb5403bc31e2570 (diff) |
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/unicore32-softmmu.mak')
-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 0bfce48c6d..899288e3d7 100644 --- a/default-configs/unicore32-softmmu.mak +++ b/default-configs/unicore32-softmmu.mak @@ -3,3 +3,4 @@ # Boards: # CONFIG_PUV3=y +CONFIG_SEMIHOSTING=y |