* [Qemu-devel] small patch to arm-softmmu config
@ 2009-12-13 21:04 Chad
0 siblings, 0 replies; only message in thread
From: Chad @ 2009-12-13 21:04 UTC (permalink / raw)
To: qemu-devel
[-- Attachment #1: Type: text/plain, Size: 531 bytes --]
The Stellaris targets were broken because they couldn't find the ssd03xx
devices since their CONFIG_ was changed - this fixes it.
diff --git a/default-configs/arm-softmmu.mak
b/default-configs/arm-softmmu.mak
index c1b7496..4c0fe22 100644
--- a/default-configs/arm-softmmu.mak
+++ b/default-configs/arm-softmmu.mak
@@ -14,8 +14,8 @@ CONFIG_TSC2005=y
CONFIG_LM832X=y
CONFIG_TMP105=y
CONFIG_STELLARIS_INPUT=y
-CONFIG_SD0303=y
-CONFIG_SD0323=y
+CONFIG_SSD0303=y
+CONFIG_SSD0323=y
CONFIG_ADS7846=y
CONFIG_MAX111X=y
CONFIG_SSI=y
[-- Attachment #2: Type: text/html, Size: 592 bytes --]
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2009-12-13 21:04 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-13 21:04 [Qemu-devel] small patch to arm-softmmu config Chad
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).