ANDROID: GBL: qcom_defconfig: Disable UFS
GBL currently can not handle two block devices i.e. UFS and
MMC with same partition layout.
1. "fastboot getvar all" list the partitions from both the
block devices but it crashes with following error:
"getvar:all FAILED (remote: 'ArithmeticOverflow(Location { file: "/rustc/7cf61ebde7b22796c69757901dd346d0fe70bd97/library/core/src/ops/function.rs", line: 250, col: 5 })')"
---------------------------------------------
2. "fastboot flash" command works for flashing all MMC
partitions but "vendor_boot_a:0".
$ fastboot flash vendor_boot_a:0 ./vendor_boot.img
fastboot: error: Invalid partition size for partition vendor_boot_a: 0
---------------------------------------------
3. GBL ran into the following crash while loading/booting
AOSP images:
Panics! panicked at external/gbl/efi/src/main.rs:90:36:
called `Result::unwrap()` on an `Err` value: StorageError(PartitionNotUnique)
---------------------------------------------
None of the above failures are seen and kernel started
booting, if I just disable UFS (or probably MMC too but I
didn't try that part) and boot with just one block device
with AOSP partition layout.
Change-Id: I0694355d3e958066df8cbec4dbb76c2182550c6f
Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
1 file changed