diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-07-20 09:29:49 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-07-20 09:29:49 +0000 |
commit | 04e1583fd9a5dac4fa361707749c31bcc36afdec (patch) | |
tree | 0111d9a2c15796a9fab9c806b00d08218cc819c7 /conf | |
parent | 9271bfcb2f262910e27ca3ff66747cd1af50a3d8 (diff) |
poodle.conf: include tuning
BKrev: 40fce60dX_5tzy6KzqMW79JGPlndZQ
Diffstat (limited to 'conf')
-rw-r--r-- | conf/poodle.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/poodle.conf b/conf/poodle.conf index 6e935298c9..b8cc3df491 100644 --- a/conf/poodle.conf +++ b/conf/poodle.conf @@ -17,3 +17,6 @@ EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=0x4000 --pad --squash --fak IMAGE_CMD_jffs2 = "mkfs.jffs2 --root=${IMAGE_ROOTFS} --output=${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.jffs2.bin ${EXTRA_IMAGECMD}" include conf/handheld-common.conf +# not using tune-xscale.conf so as to retain backwards compatibility +include conf/tune-strongarm.conf + |