diff options
author | Cliff Brake <cbrake@bec-systems.com> | 2007-10-18 10:54:37 +0000 |
---|---|---|
committer | Cliff Brake <cbrake@bec-systems.com> | 2007-10-18 10:54:37 +0000 |
commit | fe20d17f5d68f0c439852a662efe33f1078f7cdb (patch) | |
tree | c2e50ea19f68221319574c798d4081229afd3ddc /conf/machine | |
parent | 636a4c11a1e6c776555b0b98e1fcad8e5af93afd (diff) |
em-x270.conf: fix include file names
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/em-x270.conf | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/conf/machine/em-x270.conf b/conf/machine/em-x270.conf index c2ec694585..95ba519d3b 100644 --- a/conf/machine/em-x270.conf +++ b/conf/machine/em-x270.conf @@ -12,11 +12,12 @@ PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5te iwmmxt " PREFERRED_PROVIDER_virtual/kernel = "${MACHINE}" # Use tune-xscale per default. Machine independent feeds should be built with tune-strongarm. -#require conf/machine/include/tune-xscale.conf +#require conf/machine/include/tune-xscale.inc # Uncomment this to use iwmmxt optimizations. Remove the above xscale stuff first -# require conf/machine/include/tune-iwmmxt.conf -require conf/machine/include/tune-xscale.conf +# require conf/machine/include/tune-iwmmxt.inc + +require conf/machine/include/tune-xscale.inc ROOT_FLASH_SIZE = "128" IMAGE_CMD_jffs2 = " \ |