qcom-purwa: remove QCOM_VFAT_SECTOR_SIZE overwrite for IQ-X5121#2751
qcom-purwa: remove QCOM_VFAT_SECTOR_SIZE overwrite for IQ-X5121#2751Shoudi Li (shoudil) wants to merge 1 commit into
Conversation
|
Do we need to support non-UFS storage, like eMMC? And if so, would this change break that? |
Test Results 67 files + 46 318 suites +297 3h 10m 42s ⏱️ + 2h 15m 15s For more details on these failures, see this check. Results for commit dd85584. ± Comparison against base commit 2be91de. ♻️ This comment has been updated with latest results. |
Good question, on Hamoa/Purwa, both UFS and NVMe need to be supported. but only one HLOS build is supported, currently UFS is enabled by default. we are also considering to support multiple builds for diff storages, details on PR: #1736. |
Dmitry Baryshkov (lumag)
left a comment
There was a problem hiding this comment.
Which conf are you changing? All of them at the same time? Which platform uses UFS? RB1? Write clear enough commit messages.
92c9ce4 to
216e789
Compare
Added board info in commit message. |
Dmitry Baryshkov (lumag)
left a comment
There was a problem hiding this comment.
What are you changing? Not just conf.
|
You are actually changing qcom-purwa.inc, say that instead (e.g. conf: qcom-purwa: remove ...). |
Remove the overwrite to use sector size 4096 as UFS build is enabled by default. Fix the efi mount failure on UFS build: [ 2122.484676] FAT-fs (sda1): logical sector size too small for device (logical sector size = 512) Signed-off-by: Shoudi Li <shoudil@qti.qualcomm.com>
216e789 to
dd85584
Compare
Changed to qcom-purwa as conf will cause confusion between conf file and conf folder. |
Remove the overwrite to use sector size 4096 as UFS build is enabled by default.
Fix the efi mount failure on UFS build:
[ 2122.484676] FAT-fs (sda1): logical sector size too small for device (logical sector size = 512)