diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-08-26 14:06:03 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-08-26 14:07:05 +0200 |
commit | b52fe4c13975bf421359a59284857204c04c8d28 (patch) | |
tree | 8458a168bd45946224d9536f38fc6051f8b0ca2d /mk | |
parent | 9d6eef9b39547d230d5a7cb871735bae71f5fd55 (diff) |
activate some options, fix root= missing
Diffstat (limited to 'mk')
-rw-r--r-- | mk/rootfs.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/rootfs.mk b/mk/rootfs.mk index f816ff3ee..5645d1ef3 100644 --- a/mk/rootfs.mk +++ b/mk/rootfs.mk @@ -40,7 +40,7 @@ ifeq ($(ADK_TARGET_SYSTEM_RASPBERRY_PI),y) ROOTFS:= root=/dev/mmcblk0p2 rootwait endif -ifeq ($(ADK_TARGET_SYSTEM_CUBOX_I),y) +ifeq ($(ADK_TARGET_SYSTEM_SOLIDRUN_IMX6),y) ROOTFS:= root=/dev/mmcblk0p1 rootwait endif |