diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2022-12-26 09:46:59 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2022-12-26 09:46:59 +0100 |
commit | cc0d3c625008f6b2cee46d15bdc1926a562bd143 (patch) | |
tree | 36356b1ec99d958de12c8decb36b2c627781b6f6 /target/config | |
parent | 74fbaeef4043818fa96b0367c732e9fef0c265b3 (diff) |
use mmcblk0 for rootfs on rockpi4-plus
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in.rootfs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/config/Config.in.rootfs b/target/config/Config.in.rootfs index f51e57e16..e02e69ab2 100644 --- a/target/config/Config.in.rootfs +++ b/target/config/Config.in.rootfs @@ -175,9 +175,10 @@ endchoice config ADK_TARGET_ROOTDEV string "Root device name" depends on ADK_TARGET_ROOTFS_GENIMAGE + default "mmcblk0" if ADK_TARGET_SYSTEM_ROCKPI4_PLUS default "sda" help - If you a embedded device with multiple block devices and want to + If you have a embedded device with multiple block devices and want to set the root device name. config ADK_TARGET_DUAL_BOOT |