summaryrefslogtreecommitdiff
path: root/mk/rootfs.mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-01-30 22:19:01 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-01-30 22:19:01 +0100
commit6051971c313ca3558c05631dc7f1c2c4b23a0114 (patch)
treedf4f26cd85a2e71c3acc867452161b8f6d6b7d75 /mk/rootfs.mk
parent185f177980b01d3481df460ccd2feaea16f9734b (diff)
implement installation on nand and fix nand bootup
rb532 nand usage fixed. Rename cfinstall to adkinstall to abstract from backend device used.
Diffstat (limited to 'mk/rootfs.mk')
-rw-r--r--mk/rootfs.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/rootfs.mk b/mk/rootfs.mk
index 4db8b730d..1099a7fac 100644
--- a/mk/rootfs.mk
+++ b/mk/rootfs.mk
@@ -18,7 +18,7 @@ $(eval $(call rootfs_template,archive,ARCHIVE))
$(eval $(call rootfs_template,initramfs,INITRAMFS))
$(eval $(call rootfs_template,initramfs-piggyback,INITRAMFS_PIGGYBACK))
$(eval $(call rootfs_template,squashfs,SQUASHFS))
-$(eval $(call rootfs_template,yaffs,YAFFS))
+$(eval $(call rootfs_template,yaffs,YAFFS,root=/dev/mtdblock1))
$(eval $(call rootfs_template,nfsroot,NFSROOT,root=/dev/nfs ip=dhcp init=/init))
$(eval $(call rootfs_template,encrypted,ENCRYPTED))