summaryrefslogtreecommitdiff
path: root/mk/rootfs.mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-05-31 20:32:58 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-05-31 20:33:05 +0200
commited6eb853fe4cc825f96b60ca30b7ebd69a2cbe1c (patch)
tree197086a253276305d7af80c90d5c6c1170645ffd /mk/rootfs.mk
parent7e8ca9795ba14c47e78cb1e69e5464cc89162baa (diff)
add disk support to qemu-arm spitz and terrier
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 dd0516a3e..29b2a9d60 100644
--- a/mk/rootfs.mk
+++ b/mk/rootfs.mk
@@ -14,7 +14,7 @@ ifeq ($(ADK_TARGET_ROOTFS_ARCHIVE),y)
ifeq ($(ADK_TARGET_QEMU_WITH_VIRTIO),y)
ROOTFS:= root=/dev/vda1
else
-ROOTFS:= root=/dev/sda1
+ROOTFS:= root=/dev/sda1 rootwait
endif
endif
endif