summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorMark Cave-Ayland2022-05-04 11:25:22 +0200
committerMark Cave-Ayland2022-05-08 19:52:36 +0200
commit0d98fbb57d4facff538a8155d1f3fa1eaf0111f0 (patch)
tree3e3a5a03a7b12991f7e5f77af0b3460cd6bc697b /configs
parentdino: split declarations from dino.c into dino.h (diff)
downloadqemu-0d98fbb57d4facff538a8155d1f3fa1eaf0111f0.tar.gz
qemu-0d98fbb57d4facff538a8155d1f3fa1eaf0111f0.tar.xz
qemu-0d98fbb57d4facff538a8155d1f3fa1eaf0111f0.zip
hppa: use new CONFIG_HPPA_B160L option instead of CONFIG_DINO to build hppa machine
DINO refers to the GSC-PCI bridge device which will soon be handled separately, however the QEMU HPPA machine is actually based upon the HPPA B160L as indicated by the Linux kernel dmesg output when booted in qemu-system-hppa and the QEMU MAINTAINERS file. Update the machine configuration to use CONFIG_HPPA_B160L instead of CONFIG_DINO and also update the machine description accordingly. Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> Acked-by: Helge Deller <deller@gmx.de> Message-Id: <20220504092600.10048-13-mark.cave-ayland@ilande.co.uk> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Diffstat (limited to 'configs')
-rw-r--r--configs/devices/hppa-softmmu/default.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/devices/hppa-softmmu/default.mak b/configs/devices/hppa-softmmu/default.mak
index b64c5eb3ff..b0364bb88f 100644
--- a/configs/devices/hppa-softmmu/default.mak
+++ b/configs/devices/hppa-softmmu/default.mak
@@ -6,4 +6,4 @@
# Boards:
#
-CONFIG_DINO=y
+CONFIG_HPPA_B160L=y