diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2006-10-16 13:47:55 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2006-10-16 13:47:55 +0000 |
commit | a03f7ad9d75d5c8edba4bd2661e8debc067e846f (patch) | |
tree | 05fe8ffd71b7f66b133c2e16717ad49b14d8785e /conf/machine/hx4700.conf | |
parent | f99a4d32a4152d92c296a76ea526140ecc04812e (diff) |
pocketpc-based machines: Consistently use "require" instead of "include" in confs.
Diffstat (limited to 'conf/machine/hx4700.conf')
-rw-r--r-- | conf/machine/hx4700.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/hx4700.conf b/conf/machine/hx4700.conf index caaead2d93..fad812759b 100644 --- a/conf/machine/hx4700.conf +++ b/conf/machine/hx4700.conf @@ -39,10 +39,10 @@ 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/include/tune-xscale.conf +require conf/machine/include/tune-xscale.conf # Uncomment this to use iwmmxt optimizations. Remove the above xscale stuff first -#include conf/machine/include/tune-iwmmxt.conf +#require conf/machine/include/tune-iwmmxt.conf #define which modules to load at boot |