diff options
-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 + |