소스 검색

use mmcblk0 for rootfs on rockpi4-plus

Waldemar Brodkorb 3 년 전
부모
커밋
cc0d3c6250
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      target/config/Config.in.rootfs

+ 2 - 1
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