From fe20d17f5d68f0c439852a662efe33f1078f7cdb Mon Sep 17 00:00:00 2001 From: Cliff Brake Date: Thu, 18 Oct 2007 10:54:37 +0000 Subject: em-x270.conf: fix include file names --- conf/machine/em-x270.conf | 7 ++++--- 1 file 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 = " \ -- cgit v1.2.3