diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-25 16:39:15 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-25 16:41:47 +0200 |
commit | 782c24a3bc6b89b4bde2b72b7ec1558dbbed3e66 (patch) | |
tree | c2b0b4447dd1a9a8cc890c78f69c7fa45cbdbbe5 /mk | |
parent | 2f2a968dadbe6fa7b3a384c83dd937aaecf4b0d5 (diff) |
try to overwrite cmdline
Diffstat (limited to 'mk')
-rw-r--r-- | mk/rootfs.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mk/rootfs.mk b/mk/rootfs.mk index 1115b17b4..58412785e 100644 --- a/mk/rootfs.mk +++ b/mk/rootfs.mk @@ -36,6 +36,10 @@ ifeq ($(ADK_TARGET_SYSTEM_SHARP_ZAURUS),y) ROOTFS:= root=/dev/sda1 rootwait endif +ifeq ($(ADK_TARGET_SYSTEM_RASPBERRY_PI),y) +ROOTFS:= root=/dev/mmcblk0p2 rootwait +endif + ifeq ($(ADK_TARGET_SYSTEM_CUBOX_I),y) ROOTFS:= root=/dev/mmcblk0p1 rootwait endif |