diff options
author | Koen Kooi <koen@openembedded.org> | 2007-10-01 12:56:53 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-10-01 12:56:53 +0000 |
commit | 05b509107f4697d9ec9a6eaae1d8085a197ac57b (patch) | |
tree | 58472791b9327b9e73c61665b0698de07f093872 /conf/machine/magician.conf | |
parent | 0758358b14b63d166784e5163682f9dc72b49a0e (diff) |
iwmmxt machines: add 'iwmmxt' as machine feature
Diffstat (limited to 'conf/machine/magician.conf')
-rw-r--r-- | conf/machine/magician.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/machine/magician.conf b/conf/machine/magician.conf index 60cc9af3d1..f7451cccb0 100644 --- a/conf/machine/magician.conf +++ b/conf/machine/magician.conf @@ -20,6 +20,8 @@ MACHINE_GUI_CLASS = "smallscreen" MACHINE_DISPLAY_WIDTH_PIXELS = "240" MACHINE_DISPLAY_HEIGHT_PIXELS = "320" MACHINE_FEATURES = "alsa apm bluetooth irda kernel26 phone screen touchscreen usbgadget usbhost" +MACHINE_FEATURES += "iwmmxt" + # # We don't support jffs2 installations (yet). |