diff options
author | Koen Kooi <koen@openembedded.org> | 2007-01-03 18:04:09 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-01-03 18:04:09 +0000 |
commit | 17b87e726a7bc9a6b8442bcb3383fba3b8fa628f (patch) | |
tree | 092eec2da54921923ff6ae55a2aefcfd39d19c0d | |
parent | 135cc67fd5382e814cc54ff822ae818e78d82576 (diff) |
h1940: tune for arm920t
-rw-r--r-- | conf/machine/h1940.conf | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/conf/machine/h1940.conf b/conf/machine/h1940.conf index 37f61433c7..e105360b96 100644 --- a/conf/machine/h1940.conf +++ b/conf/machine/h1940.conf @@ -12,8 +12,6 @@ PREFERRED_PROVIDER_virtual/kernel = "linux-h1940" # Set features for task-base MACHINE_FEATURES = "kernel26 touchscreen apm bluetooth irda usbgadget screen" -# Empty modules list for now -HANDHELD_MODULES = "" # Some extra configuration VOLATILE_STORAGE_SIZE = "64" @@ -22,3 +20,6 @@ GUI_MACHINE_CLASS = "smallscreen" SERIAL_CONSOLE = "115200 ttySAC2 vt100" USE_VT = "0" +# tune for armv4t +include conf/machine/include/tune-arm920t.conf + |