Skip to content

Commit

Permalink
mixin updates
Browse files Browse the repository at this point in the history
set loop device count to 7 for supporting virtual sdcard

Tracked-On: OAM-91937
Mixin-Reviewed-On: projectceladon/device-androidia-mixins#824
Signed-off-by: shyjumon <[email protected]>
  • Loading branch information
buildslave authored and sysopenci committed Aug 5, 2020
1 parent 3552772 commit e8d4c7c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion caas/BoardConfig.mk
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,8 @@ BOARD_KERNEL_CMDLINE += \
reboot_panic=p,w \
i915.hpd_sense_invert=0x7 \
intel_iommu=off \
i915.enable_pvmmio=0
i915.enable_pvmmio=0 \
loop.max_part=7

BOARD_FLASHFILES += ${TARGET_DEVICE_DIR}/bldr_utils.img:bldr_utils.img
BOARD_FLASHFILES += $(PRODUCT_OUT)/LICENSE
Expand Down

0 comments on commit e8d4c7c

Please sign in to comment.