summaryrefslogtreecommitdiff
path: root/conf/machine/ep93xx.conf
diff options
context:
space:
mode:
authorDenis 'Gnutoo' Carikli <GNUtoo@no-log.org>2009-06-04 17:19:23 +0200
committerDenis 'Gnutoo' Carikli <GNUtoo@no-log.org>2009-06-04 17:19:23 +0200
commit73c580b015380e85c823bd8229d6117b8ae9abe9 (patch)
treeb109c40bc5663494117d1a85b46e6340ec686fd9 /conf/machine/ep93xx.conf
parent9cc07e2cb17ce635989ca8e1c251322b9883fa03 (diff)
parent97529cf8b745a9f6c5587df193b823bd0b85481b (diff)
Merge branch 'org.openembedded.dev' of git://git.openembedded.org/openembedded into org.openembedded.dev
Diffstat (limited to 'conf/machine/ep93xx.conf')
-rw-r--r--conf/machine/ep93xx.conf14
1 files changed, 8 insertions, 6 deletions
diff --git a/conf/machine/ep93xx.conf b/conf/machine/ep93xx.conf
index 11bae2ff52..6b91d1b951 100644
--- a/conf/machine/ep93xx.conf
+++ b/conf/machine/ep93xx.conf
@@ -11,7 +11,7 @@ PREFERRED_PROVIDER_xserver = "xserver-kdrive"
#don't try to access tty1
USE_VT = "0"
-MACHINE_FEATURES = "kernel26 apm alsa ext2 pcmcia usbhost screen"
+MACHINE_FEATURES = "kernel26 apm alsa ext2 pcmcia usbhost screen maverick"
# used by sysvinit_2
SERIAL_CONSOLE = "57600 ttyAM0"
@@ -21,9 +21,11 @@ ROOT_FLASH_SIZE = "8"
#extra jffs2 tweaks
EXTRA_IMAGECMD_jffs2 = "--eraseblock=0x40000 --pad=0x500000 "
-#tune for ep93xx cpus
-#can be used for crunch support later on
-require conf/machine/include/tune-ep9312.inc
+# tune for ep93xx cpus can be used for crunch support but it is not
+# recommended to build whole rootfs with it (it boots anyway)
+# better would be building separate applications/libraries which makes
+# use of floating point operations
+#
+#require conf/machine/include/tune-ep9312.inc
-
-#require conf/machine/include/tune-arm920t.inc
+require conf/machine/include/tune-arm920t.inc