aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorFlorian Boor <florian.boor@kernelconcepts.de>2009-08-26 12:17:07 +0200
committerFlorian Boor <florian.boor@kernelconcepts.de>2009-08-26 12:17:07 +0200
commitd7159b354e085cf8635002935261ca1ffec0d4c9 (patch)
treee49a5f944cad7b4d09b810339c07847349bcf6f4 /conf
parent3ecef33ae9862e8e01d713c07bc4a9eca16c79fa (diff)
downloadopenembedded-d7159b354e085cf8635002935261ca1ffec0d4c9.tar.gz
topas910.conf: No need for the lowlevel loader any more. But mtdutils are useful to deal with NAND.
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/topas910.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/topas910.conf b/conf/machine/topas910.conf
index b4a1d20045..61167fdd73 100644
--- a/conf/machine/topas910.conf
+++ b/conf/machine/topas910.conf
@@ -38,7 +38,7 @@ EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=0x20000 \
-o ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.jffs2.summary"
# build / upload tools
-EXTRA_IMAGEDEPENDS += "lowlevel-topas910"
+MACHINE_EXTRA_RRECOMMENDS += "mtd-utils"
# tune for cpu
include conf/machine/include/tune-arm920t.inc