diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-01-04 10:10:29 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-01-04 10:10:29 +0000 |
commit | 6ca4b14b50d94d4dae432c03c0a8e15582ef5f3e (patch) | |
tree | 306355990b0fbf536d1490e5af5081cbae9b55eb | |
parent | f7c358f0cf5b34042d9ef992a4d21c6e91e65bae (diff) |
palmld/palmtx: tune for XScale
-rw-r--r-- | conf/machine/palmld.conf | 2 | ||||
-rw-r--r-- | conf/machine/palmtx.conf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/palmld.conf b/conf/machine/palmld.conf index ae858ef2f8..bfb2afe69f 100644 --- a/conf/machine/palmld.conf +++ b/conf/machine/palmld.conf @@ -18,6 +18,6 @@ SERIAL_CONSOLE = "115200 ttyS0" GUI_MACHINE_CLASS = "bigscreen" # Use tune-xscale per default. Machine independent feeds should be built with tune-strongarm. -include conf/machine/tune-xscale.conf +include conf/machine/include/tune-xscale.conf module_autoload_sa1100-rtc = "sa1100-rtc" diff --git a/conf/machine/palmtx.conf b/conf/machine/palmtx.conf index 0c2b08ba9a..ebfd72de7f 100644 --- a/conf/machine/palmtx.conf +++ b/conf/machine/palmtx.conf @@ -18,6 +18,6 @@ SERIAL_CONSOLE = "115200 ttyS0" GUI_MACHINE_CLASS = "bigscreen" # Use tune-xscale per default. Machine independent feeds should be built with tune-strongarm. -include conf/machine/tune-xscale.conf +include conf/machine/include/tune-xscale.conf module_autoload_sa1100-rtc = "sa1100-rtc" |