diff options
Diffstat (limited to 'conf/machine/poodle.conf')
-rw-r--r-- | conf/machine/poodle.conf | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/conf/machine/poodle.conf b/conf/machine/poodle.conf index 458ee554bd..3bd9f5f076 100644 --- a/conf/machine/poodle.conf +++ b/conf/machine/poodle.conf @@ -14,8 +14,9 @@ EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=0x4000 --pad --faketime -n" IMAGE_CMD_jffs2 = "mkfs.jffs2 --root=${IMAGE_ROOTFS} --output=${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.jffs2.bin ${EXTRA_IMAGECMD}" include conf/machine/handheld-common.conf -# not using tune-xscale.conf so as to retain backwards compatibility -include conf/machine/tune-strongarm.conf + +# Use tune-xscale per default. Machine independent feeds should be built with tune-strongarm. +include conf/machine/tune-xscale.conf SERIAL_CONSOLE = "115200 ttyS0" |